blob: 9c687ecb1a7b2a04ef051ff537a7f07fcad52f66 [file] [log] [blame]
// Copyright (c) 2012 The Chromium 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 "chrome/browser/policy/cloud/mock_user_cloud_policy_store.h"
namespace policy {
MockUserCloudPolicyStore::MockUserCloudPolicyStore()
: UserCloudPolicyStore(NULL, base::FilePath()) {}
MockUserCloudPolicyStore::~MockUserCloudPolicyStore() {}
} // namespace policy