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

Unified Diff: chrome/browser/extensions/extension_pref_store_unittest.cc

Issue 4876002: Create additional PrefStore for Device Management policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review 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
« no previous file with comments | « no previous file | chrome/browser/net/chrome_url_request_context_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_pref_store_unittest.cc
diff --git a/chrome/browser/extensions/extension_pref_store_unittest.cc b/chrome/browser/extensions/extension_pref_store_unittest.cc
index 90bed623ba78d4942840500f5c7aa4c271ec0674..580dd3e722083058696c6552c7313937991ddd05 100644
--- a/chrome/browser/extensions/extension_pref_store_unittest.cc
+++ b/chrome/browser/extensions/extension_pref_store_unittest.cc
@@ -343,7 +343,7 @@ TEST(ExtensionPrefStoreTest, NotifyWhenNeeded) {
// only an ExtensionPrefStore. Likewise, the PrefService takes ownership of
// the PrefValueStore and PrefNotifier.
PrefValueStore* value_store = new TestingPrefService::TestingPrefValueStore(
- NULL, eps, NULL, NULL, NULL, dps);
+ NULL, NULL, eps, NULL, NULL, NULL, dps);
scoped_ptr<MockPrefService> pref_service(new MockPrefService(value_store));
MockPrefNotifier* pref_notifier = new MockPrefNotifier(pref_service.get(),
value_store);
« no previous file with comments | « no previous file | chrome/browser/net/chrome_url_request_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698