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

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: Address comments. Created 8 years, 6 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 006ef4d16b84e9bd6274f9f6356041bf70624b1f..126ca5e3500bae41c50c80d63e79a7897e76842a 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