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

Unified Diff: chrome/browser/profiles/gaia_info_update_service_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/profiles/gaia_info_update_service_unittest.cc
diff --git a/chrome/browser/profiles/gaia_info_update_service_unittest.cc b/chrome/browser/profiles/gaia_info_update_service_unittest.cc
index b0dae7b79f909d9677646bd83b8c5f1ee831127f..22e13745fb199207ad357d0c5bf967150d7ab7c4 100644
--- a/chrome/browser/profiles/gaia_info_update_service_unittest.cc
+++ b/chrome/browser/profiles/gaia_info_update_service_unittest.cc
@@ -28,7 +28,7 @@
#include "components/prefs/pref_service.h"
#include "components/signin/core/browser/account_tracker_service.h"
#include "components/signin/core/common/signin_pref_names.h"
-#include "components/syncable_prefs/pref_service_syncable.h"
+#include "components/sync_preferences/pref_service_syncable.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/gfx/image/image.h"
#include "ui/gfx/image/image_unittest_util.h"
@@ -93,7 +93,7 @@ class GAIAInfoUpdateServiceTest : public ProfileInfoCacheTest {
ChromeSigninClientFactory::GetInstance(),
signin::BuildTestSigninClient));
Profile* profile = testing_profile_manager_.CreateTestingProfile(
- name, std::unique_ptr<syncable_prefs::PrefServiceSyncable>(),
+ name, std::unique_ptr<sync_preferences::PrefServiceSyncable>(),
base::UTF8ToUTF16(name), 0, std::string(), testing_factories);
// The testing manager sets the profile name manually, which counts as
// a user-customized profile name. Reset this to match the default name

Powered by Google App Engine
This is Rietveld 408576698