| Index: chrome/browser/search_engines/template_url_service_factory.cc
|
| diff --git a/chrome/browser/search_engines/template_url_service_factory.cc b/chrome/browser/search_engines/template_url_service_factory.cc
|
| index 5a4b23c6ef7a6e948312ad37379179db81978a1a..2fa4bdc80497e78f8348968b6c30a3c34870fc06 100644
|
| --- a/chrome/browser/search_engines/template_url_service_factory.cc
|
| +++ b/chrome/browser/search_engines/template_url_service_factory.cc
|
| @@ -91,7 +91,7 @@ void TemplateURLServiceFactory::RegisterUserPrefs(
|
|
|
| content::BrowserContext* TemplateURLServiceFactory::GetBrowserContextToUse(
|
| content::BrowserContext* context) const {
|
| - return chrome::GetBrowserContextRedirectedInIncognito(context);
|
| + return chrome::GetBrowserContextOwnInstanceInIncognito(context);
|
| }
|
|
|
| bool TemplateURLServiceFactory::ServiceIsNULLWhileTesting() const {
|
|
|