| Index: chrome/browser/search_engines/template_url_fetcher.h
|
| diff --git a/chrome/browser/search_engines/template_url_fetcher.h b/chrome/browser/search_engines/template_url_fetcher.h
|
| index 5e51cc7c11624cc3bf766ce123adc5541933b609..4b43aabfb14f90831a321a9454828c55f601e195 100644
|
| --- a/chrome/browser/search_engines/template_url_fetcher.h
|
| +++ b/chrome/browser/search_engines/template_url_fetcher.h
|
| @@ -23,7 +23,7 @@ class WebContents;
|
| // documents, creating a TemplateURL from the OSDD, and adding the TemplateURL
|
| // to the TemplateURLService. Downloading is done in the background.
|
| //
|
| -class TemplateURLFetcher : public ProfileKeyedService {
|
| +class TemplateURLFetcher : public BrowserContextKeyedService {
|
| public:
|
| enum ProviderType {
|
| AUTODETECTED_PROVIDER,
|
|
|