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

Unified Diff: chrome/browser/prefs/pref_notifier_unittest.cc

Issue 5174006: Move DeviceManagementPolicyProvider into the profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback. Created 10 years, 1 month 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/prefs/pref_notifier_unittest.cc
diff --git a/chrome/browser/prefs/pref_notifier_unittest.cc b/chrome/browser/prefs/pref_notifier_unittest.cc
index a755f7a8708c3060de3f9bab23bc2470058d075d..6792adae68396a990c3929ba989e297c39f1917a 100644
--- a/chrome/browser/prefs/pref_notifier_unittest.cc
+++ b/chrome/browser/prefs/pref_notifier_unittest.cc
@@ -62,7 +62,7 @@ class MockPrefValueStore : public PrefValueStore {
public:
MockPrefValueStore()
: PrefValueStore(NULL, NULL, NULL, NULL, NULL, NULL,
- new DefaultPrefStore()) {}
+ new DefaultPrefStore(), NULL) {}
virtual ~MockPrefValueStore() {}

Powered by Google App Engine
This is Rietveld 408576698