| Index: chrome/browser/history/web_history_service.h
|
| diff --git a/chrome/browser/history/web_history_service.h b/chrome/browser/history/web_history_service.h
|
| index 2e7c7e93755f436e6ce6af7cb618bb798dd18eb6..692efbb0c0c4cc5ca84a34bcfb079b0d8b68ae20 100644
|
| --- a/chrome/browser/history/web_history_service.h
|
| +++ b/chrome/browser/history/web_history_service.h
|
| @@ -51,7 +51,7 @@ class WebHistoryService : public KeyedService {
|
| typedef base::Callback<void(bool success)> ExpireWebHistoryCallback;
|
|
|
| explicit WebHistoryService(Profile* profile);
|
| - virtual ~WebHistoryService();
|
| + ~WebHistoryService() override;
|
|
|
| // Searches synced history for visits matching |text_query|. The timeframe to
|
| // search, along with other options, is specified in |options|. If
|
|
|