| Index: chrome/browser/sync/chrome_sync_client.cc
|
| diff --git a/chrome/browser/sync/chrome_sync_client.cc b/chrome/browser/sync/chrome_sync_client.cc
|
| index 2d5433bf3b2d6fe3c801b40b8ac36a0ac17eca2f..fdc3654567aa84417414fc95a0e9f35a0c4005f9 100644
|
| --- a/chrome/browser/sync/chrome_sync_client.cc
|
| +++ b/chrome/browser/sync/chrome_sync_client.cc
|
| @@ -494,7 +494,7 @@ void ChromeSyncClient::GetDeviceInfoTrackers(
|
| ProfileManager* profile_manager = g_browser_process->profile_manager();
|
| std::vector<Profile*> profile_list = profile_manager->GetLoadedProfiles();
|
| for (Profile* profile : profile_list) {
|
| - const ProfileSyncService* profile_sync_service =
|
| + const browser_sync::ProfileSyncService* profile_sync_service =
|
| ProfileSyncServiceFactory::GetForProfile(profile);
|
| if (profile_sync_service != nullptr) {
|
| const sync_driver::DeviceInfoTracker* tracker =
|
|
|