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

Unified Diff: chrome/browser/signin/account_reconcilor_unittest.cc

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 2 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/signin/account_reconcilor_unittest.cc
diff --git a/chrome/browser/signin/account_reconcilor_unittest.cc b/chrome/browser/signin/account_reconcilor_unittest.cc
index 179f8a668bd150110878209e09ba1aebca53bea6..8e6c39b8b3a6edd90de054447403aa2686bc0815 100644
--- a/chrome/browser/signin/account_reconcilor_unittest.cc
+++ b/chrome/browser/signin/account_reconcilor_unittest.cc
@@ -35,7 +35,7 @@
#include "components/signin/core/browser/test_signin_client.h"
#include "components/signin/core/common/profile_management_switches.h"
#include "components/signin/core/common/signin_switches.h"
-#include "components/syncable_prefs/pref_service_syncable.h"
+#include "components/sync_preferences/pref_service_syncable.h"
#include "content/public/test/test_browser_thread_bundle.h"
#include "google_apis/gaia/fake_oauth2_token_service_delegate.h"
#include "google_apis/gaia/gaia_constants.h"
@@ -188,7 +188,7 @@ void AccountReconcilorTest::SetUp() {
MockAccountReconcilor::Build));
profile_ = testing_profile_manager_.get()->CreateTestingProfile(
- "name", std::unique_ptr<syncable_prefs::PrefServiceSyncable>(),
+ "name", std::unique_ptr<sync_preferences::PrefServiceSyncable>(),
base::UTF8ToUTF16("name"), 0, std::string(), factories);
test_signin_client_ =
« no previous file with comments | « chrome/browser/search_engines/template_url_service_test_util.cc ('k') | chrome/browser/signin/cross_device_promo_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698