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

Unified Diff: chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc

Issue 162443004: sync: final pieces to sync deferred initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test leak Created 6 years, 10 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/extensions/api/preferences_private/preferences_private_apitest.cc
diff --git a/chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc b/chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc
index 0f64f8fc40a9a7d373136bde602a9484875b0f50..2391575a2c4056cd01b5e3027dbfeb52fef7410c 100644
--- a/chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc
+++ b/chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc
@@ -39,7 +39,7 @@ class FakeProfileSyncService : public ProfileSyncService {
profile,
NULL,
ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
- ProfileSyncService::MANUAL_START),
+ browser_sync::MANUAL_START),
sync_initialized_(true),
initialized_state_violation_(false) {}

Powered by Google App Engine
This is Rietveld 408576698