| Index: components/sync_sessions/sync_sessions_client.h
|
| diff --git a/components/sync_sessions/sync_sessions_client.h b/components/sync_sessions/sync_sessions_client.h
|
| index fab928ffefff195f01f670b101cb9d694efa1941..e8b4874a78419c2cc80257c86300b10b0d5f7eea 100644
|
| --- a/components/sync_sessions/sync_sessions_client.h
|
| +++ b/components/sync_sessions/sync_sessions_client.h
|
| @@ -52,8 +52,7 @@ class SyncSessionsClient {
|
|
|
| // Returns a LocalSessionEventRouter instance that is customized for the
|
| // embedder's context.
|
| - virtual std::unique_ptr<LocalSessionEventRouter>
|
| - GetLocalSessionEventRouter() = 0;
|
| + virtual LocalSessionEventRouter* GetLocalSessionEventRouter() = 0;
|
|
|
| // TODO(zea): add getters for the history and favicon services for the favicon
|
| // cache to consume once it's componentized.
|
|
|