| Index: components/history/core/browser/history_service.h
|
| diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
|
| index 9c8af636aebbe7f68a42ad55dff76d3e39a9bb88..d1b066ac554f4083b208424b1801339464054c61 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -150,7 +150,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
|
| // Returns a pointer to the TypedUrlSyncableService owned by HistoryBackend.
|
| // This method should only be called from the history thread, because the
|
| // returned service is intended to be accessed only via the history thread.
|
| - virtual TypedUrlSyncableService* GetTypedUrlSyncableService() const;
|
| + TypedUrlSyncableService* GetTypedUrlSyncableService() const;
|
|
|
| // KeyedService:
|
| void Shutdown() override;
|
|
|