blob: d07c56d4355c2e63babf98e3aec1e99a8baf89d8 [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 "object_store_mock.h"
namespace chaps {
ObjectStoreMock::ObjectStoreMock() {}
ObjectStoreMock::~ObjectStoreMock() {}
}