blob: 3cbb5d5f1a85045456418c76e1f6a4341455a530 [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chaps/session_mock.h"
namespace chaps {
SessionMock::SessionMock() {}
SessionMock::~SessionMock() {}
}