| Index: chrome/browser/search_engines/chrome_template_url_service_client.h
|
| diff --git a/chrome/browser/search_engines/chrome_template_url_service_client.h b/chrome/browser/search_engines/chrome_template_url_service_client.h
|
| index a62a1352f2a1438f393ca279a15803791d13a210..5afcddb2790d2319eb88b335eaf1ebfd046bde2f 100644
|
| --- a/chrome/browser/search_engines/chrome_template_url_service_client.h
|
| +++ b/chrome/browser/search_engines/chrome_template_url_service_client.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_SEARCH_ENGINES_CHROME_TEMPLATE_URL_SERVICE_CLIENT_H_
|
| #define CHROME_BROWSER_SEARCH_ENGINES_CHROME_TEMPLATE_URL_SERVICE_CLIENT_H_
|
|
|
| +#include "base/scoped_observer.h"
|
| #include "components/history/core/browser/history_service_observer.h"
|
| #include "components/search_engines/template_url_service_client.h"
|
|
|
| @@ -37,6 +38,8 @@ class ChromeTemplateURLServiceClient : public TemplateURLServiceClient,
|
|
|
| private:
|
| TemplateURLService* owner_;
|
| + ScopedObserver<HistoryService, HistoryServiceObserver>
|
| + history_service_observer_;
|
| HistoryService* history_service_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeTemplateURLServiceClient);
|
|
|