blob: 0b7136d09b607b14dad702b733fb30012b79fb20 [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(base::FilePath(),
scoped_refptr<base::SequencedTaskRunner>()) {}
MockUserCloudPolicyStore::~MockUserCloudPolicyStore() {}
} // namespace policy