Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1445)

Unified Diff: chrome/browser/policy/configuration_policy_provider_test.h

Issue 10449071: Enable user policy handling through the new cloud policy stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/configuration_policy_provider_test.h
diff --git a/chrome/browser/policy/configuration_policy_provider_test.h b/chrome/browser/policy/configuration_policy_provider_test.h
index 778203698ee4b5a74091c09f1f63ce6298f80bde..d17d5c43ac63198937fb625d274aaac4a3c11167 100644
--- a/chrome/browser/policy/configuration_policy_provider_test.h
+++ b/chrome/browser/policy/configuration_policy_provider_test.h
@@ -24,7 +24,7 @@ class Value;
namespace policy {
-class AsynchronousPolicyProvider;
+class ConfigurationPolicyProvider;
struct PolicyDefinitionList;
// A stripped-down policy definition list that contains entries for the
@@ -57,7 +57,7 @@ class PolicyProviderTestHarness {
virtual void SetUp() = 0;
// Create a new policy provider.
- virtual AsynchronousPolicyProvider* CreateProvider(
+ virtual ConfigurationPolicyProvider* CreateProvider(
const PolicyDefinitionList* policy_definition_list) = 0;
// Returns the policy level and scope set by the policy provider.
@@ -108,7 +108,7 @@ class ConfigurationPolicyProviderTest
base::Closure install_value);
scoped_ptr<PolicyProviderTestHarness> test_harness_;
- scoped_ptr<AsynchronousPolicyProvider> provider_;
+ scoped_ptr<ConfigurationPolicyProvider> provider_;
private:
DISALLOW_COPY_AND_ASSIGN(ConfigurationPolicyProviderTest);

Powered by Google App Engine
This is Rietveld 408576698