blob: 5fcfb7ae8468301b308a87b6aa2b9224ef036dd9 [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 "session_mock.h"
namespace chaps {
SessionMock::SessionMock() {}
SessionMock::~SessionMock() {}
}