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

Unified Diff: chrome/browser/sync/sessions/sync_sessions_metrics_android.cc

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 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/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 =
« no previous file with comments | « chrome/browser/sync/profile_sync_test_util.cc ('k') | chrome/browser/sync/sync_error_notifier_ash_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698