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

Unified Diff: components/sync_sessions/fake_sync_sessions_client.cc

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix gn. 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
« no previous file with comments | « components/sync_sessions/fake_sync_sessions_client.h ('k') | components/sync_sessions/favicon_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/fake_sync_sessions_client.cc
diff --git a/components/sync_sessions/fake_sync_sessions_client.cc b/components/sync_sessions/fake_sync_sessions_client.cc
index 8632a9347d4e1fc0f5c4028ae8e5dbb259006747..9bdc8213a55c594d5895fccb506dbc5c6036a4de 100644
--- a/components/sync_sessions/fake_sync_sessions_client.cc
+++ b/components/sync_sessions/fake_sync_sessions_client.cc
@@ -28,12 +28,12 @@ bool FakeSyncSessionsClient::ShouldSyncURL(const GURL& url) const {
return url.is_valid();
}
-browser_sync::SyncedWindowDelegatesGetter*
+SyncedWindowDelegatesGetter*
FakeSyncSessionsClient::GetSyncedWindowDelegatesGetter() {
return nullptr;
}
-std::unique_ptr<browser_sync::LocalSessionEventRouter>
+std::unique_ptr<LocalSessionEventRouter>
FakeSyncSessionsClient::GetLocalSessionEventRouter() {
return nullptr;
}
« no previous file with comments | « components/sync_sessions/fake_sync_sessions_client.h ('k') | components/sync_sessions/favicon_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698