blob: 0b9383e3990c08e89c317dcafe26ccc5dcf178ec [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/object_mock.h"
namespace chaps {
ObjectMock::ObjectMock() {}
ObjectMock::~ObjectMock() {}
}