summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/search_provider_install_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search_engines/search_provider_install_data.cc')
-rw-r--r--chrome/browser/search_engines/search_provider_install_data.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/search_engines/search_provider_install_data.cc b/chrome/browser/search_engines/search_provider_install_data.cc
index c3af1aa..defd639 100644
--- a/chrome/browser/search_engines/search_provider_install_data.cc
+++ b/chrome/browser/search_engines/search_provider_install_data.cc
@@ -141,7 +141,7 @@ void GoogleURLObserver::Observe(int type,
// |requested_origin| should only be a security origin (no path, etc.).
// It is ok if |template_url| is NULL.
static bool IsSameOrigin(const GURL& requested_origin,
- const TemplateURL* template_url,
+ TemplateURL* template_url,
const SearchTermsData& search_terms_data) {
DCHECK(requested_origin == requested_origin.GetOrigin());
return requested_origin ==
@@ -237,7 +237,7 @@ void SearchProviderInstallData::OnWebDataServiceRequestDone(
return;
}
- const TemplateURL* default_search_provider = NULL;
+ TemplateURL* default_search_provider = NULL;
int new_resource_keyword_version = 0;
std::vector<TemplateURL*> extracted_template_urls;
GetSearchProvidersUsingKeywordResult(*result,