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

Unified Diff: services/preferences/persistent_pref_store_impl_unittest.cc

Issue 2745563005: Pref service: add support for tracked prefs. (Closed)
Patch Set: deflake tests Created 3 years, 8 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: services/preferences/persistent_pref_store_impl_unittest.cc
diff --git a/services/preferences/persistent_pref_store_impl_unittest.cc b/services/preferences/persistent_pref_store_impl_unittest.cc
index 60fa2ffcb91bad3ad609f58c2124832970453867..7a326276c0a76ff2b8fe5ad258de217afdf93bc7 100644
--- a/services/preferences/persistent_pref_store_impl_unittest.cc
+++ b/services/preferences/persistent_pref_store_impl_unittest.cc
@@ -119,7 +119,7 @@ class PersistentPrefStoreImplTest : public testing::Test {
base::RunLoop run_loop;
bool initialized = backing_pref_store->IsInitializationComplete();
impl_ = base::MakeUnique<PersistentPrefStoreImpl>(
- std::move(backing_pref_store), nullptr, run_loop.QuitClosure());
+ std::move(backing_pref_store), run_loop.QuitClosure());
if (!initialized)
run_loop.Run();
pref_store_ = CreateConnection();

Powered by Google App Engine
This is Rietveld 408576698