| Index: chrome/browser/ui/webui/history_ui.h
|
| diff --git a/chrome/browser/ui/webui/history_ui.h b/chrome/browser/ui/webui/history_ui.h
|
| index 10d1abc4128a665c3a97d878648807f0292200ff..3d5dcb226401458f2e132e2605360962c5c6c3c7 100644
|
| --- a/chrome/browser/ui/webui/history_ui.h
|
| +++ b/chrome/browser/ui/webui/history_ui.h
|
| @@ -207,7 +207,7 @@ class BrowsingHistoryHandler : public content::WebUIMessageHandler,
|
| std::vector<HistoryEntry> web_history_query_results_;
|
|
|
| // Timer used to implement a timeout on a Web History response.
|
| - base::OneShotTimer<BrowsingHistoryHandler> web_history_timer_;
|
| + base::OneShotTimer web_history_timer_;
|
|
|
| ScopedObserver<history::HistoryService, history::HistoryServiceObserver>
|
| history_service_observer_;
|
|
|