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

Unified Diff: components/sync_sessions/fake_sync_sessions_client.h

Issue 2753753005: [sync] WebContentsObserver based sessions notifications (Closed)
Patch Set: use base:MakeUnique, alphabetize Created 3 years, 9 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: components/sync_sessions/fake_sync_sessions_client.h
diff --git a/components/sync_sessions/fake_sync_sessions_client.h b/components/sync_sessions/fake_sync_sessions_client.h
index 7b17f3a1d8896ea4019743d4ddbe001420931d2d..acffdce1f3a482f813ad3b3545cad55958ced585 100644
--- a/components/sync_sessions/fake_sync_sessions_client.h
+++ b/components/sync_sessions/fake_sync_sessions_client.h
@@ -24,8 +24,7 @@ class FakeSyncSessionsClient : public SyncSessionsClient {
history::HistoryService* GetHistoryService() override;
bool ShouldSyncURL(const GURL& url) const override;
SyncedWindowDelegatesGetter* GetSyncedWindowDelegatesGetter() override;
- std::unique_ptr<LocalSessionEventRouter> GetLocalSessionEventRouter()
- override;
+ LocalSessionEventRouter* GetLocalSessionEventRouter() override;
private:
DISALLOW_COPY_AND_ASSIGN(FakeSyncSessionsClient);
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync_sessions/fake_sync_sessions_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698