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

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

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix Android. 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/sync_sessions_metrics_android.cc
diff --git a/chrome/browser/sync/sync_sessions_metrics_android.cc b/chrome/browser/sync/sync_sessions_metrics_android.cc
index f057722e913adcac7df66f511d947eafcb1fb8ab..94f0ac6f83168adfcdcf40cd6f2cef070b7bcc06 100644
--- a/chrome/browser/sync/sync_sessions_metrics_android.cc
+++ b/chrome/browser/sync/sync_sessions_metrics_android.cc
@@ -38,8 +38,8 @@ void RecordYoungestForeignTabAgeOnNTP(
ProfileSyncService* sync =
ProfileSyncServiceFactory::GetForProfile(profile);
if (sync) {
- browser_sync::SessionsSyncManager* sessions =
- static_cast<browser_sync::SessionsSyncManager*>(
+ sync_sessions::SessionsSyncManager* sessions =
skym 2016/09/14 22:29:58 This file should probably get moved to chrome/brow
maxbogue 2016/09/15 00:43:53 Done.
+ static_cast<sync_sessions::SessionsSyncManager*>(
sync->GetSessionsSyncableService());
if (sessions) {
sync_sessions::SyncSessionsMetrics::RecordYoungestForeignTabAgeOnNTP(

Powered by Google App Engine
This is Rietveld 408576698