| Index: chrome/browser/sync/sessions/sync_sessions_metrics_android.cc
|
| diff --git a/chrome/browser/sync/sessions/sync_sessions_metrics_android.cc b/chrome/browser/sync/sessions/sync_sessions_metrics_android.cc
|
| index cf46ca94c83e64b9505af22905c4900d9c2a772c..b0d65ac509740ed895395ed5830c38410a6a2bd4 100644
|
| --- a/chrome/browser/sync/sessions/sync_sessions_metrics_android.cc
|
| +++ b/chrome/browser/sync/sessions/sync_sessions_metrics_android.cc
|
| @@ -35,7 +35,7 @@ void RecordYoungestForeignTabAgeOnNTP(
|
| if (shouldInstrument) {
|
| Profile* profile = ProfileManager::GetActiveUserProfile();
|
| if (profile) {
|
| - ProfileSyncService* sync =
|
| + browser_sync::ProfileSyncService* sync =
|
| ProfileSyncServiceFactory::GetForProfile(profile);
|
| if (sync) {
|
| sync_sessions::SessionsSyncManager* sessions =
|
|
|