summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/asynchronous_policy_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/asynchronous_policy_test_base.h')
-rw-r--r--chrome/browser/policy/asynchronous_policy_test_base.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/policy/asynchronous_policy_test_base.h b/chrome/browser/policy/asynchronous_policy_test_base.h
index a393852..4737261 100644
--- a/chrome/browser/policy/asynchronous_policy_test_base.h
+++ b/chrome/browser/policy/asynchronous_policy_test_base.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -14,8 +14,6 @@
namespace policy {
-class MockConfigurationPolicyStore;
-
// A delegate for testing that can feed arbitrary information to the loader.
class ProviderDelegateMock : public AsynchronousPolicyProvider::Delegate {
public:
@@ -42,7 +40,6 @@ class AsynchronousPolicyTestBase : public testing::Test {
// The mocks that are used in the test must outlive the scope of the test
// because they still get accessed in the RunAllPending of the TearDown.
- scoped_ptr<MockConfigurationPolicyStore> store_;
scoped_ptr<ProviderDelegateMock> delegate_;
private: