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

Unified Diff: components/policy/core/browser/configuration_policy_pref_store_test.h

Issue 197013007: Set drive as the default download folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes build errors Created 6 years, 9 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: components/policy/core/browser/configuration_policy_pref_store_test.h
diff --git a/components/policy/core/browser/configuration_policy_pref_store_test.h b/components/policy/core/browser/configuration_policy_pref_store_test.h
index 40c8381444c318251eb6beecc01c12810ad2a7c0..558cb9827933ff1bdfd966167ec4400c6577155f 100644
--- a/components/policy/core/browser/configuration_policy_pref_store_test.h
+++ b/components/policy/core/browser/configuration_policy_pref_store_test.h
@@ -19,12 +19,14 @@ namespace policy {
class PolicyMap;
class PolicyService;
class ConfigurationPolicyPrefStore;
+struct PolicyHandlerParameters;
bartfab (slow) 2014/03/14 13:43:45 Nit: Arrange in alphabetic order.
class ConfigurationPolicyPrefStoreTest : public testing::Test {
protected:
ConfigurationPolicyPrefStoreTest();
virtual ~ConfigurationPolicyPrefStoreTest();
virtual void TearDown() OVERRIDE;
+ virtual void PopulatePolicyHandlerParameters(PolicyHandlerParameters* perf);
bartfab (slow) 2014/03/14 13:43:45 Nit 1: Move this down a few lines so that instead
void UpdateProviderPolicy(const PolicyMap& policy);
PolicyServiceImpl::Providers providers_;

Powered by Google App Engine
This is Rietveld 408576698