Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1296)

Unified Diff: components/search_engines/default_search_pref_migration_unittest.cc

Issue 2347973002: Enable Chrome to tweak search engines for some locales (Closed)
Patch Set: fix compile Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/search_engines/default_search_pref_migration_unittest.cc
diff --git a/components/search_engines/default_search_pref_migration_unittest.cc b/components/search_engines/default_search_pref_migration_unittest.cc
index 41cb14eea586fdd2bd07db3380edc7f58ee183b5..5de070b29106d7011029803f96145590ebb10c15 100644
--- a/components/search_engines/default_search_pref_migration_unittest.cc
+++ b/components/search_engines/default_search_pref_migration_unittest.cc
@@ -79,7 +79,7 @@ void DefaultSearchPrefMigrationTest::SaveDefaultSearchProviderToLegacyPrefs(
base::ListValue alternate_urls;
std::string search_terms_replacement_key;
if (t_url) {
- DCHECK_EQ(TemplateURL::NORMAL, t_url->GetType());
+ DCHECK_EQ(TemplateURL::NORMAL, t_url->type());
enabled = true;
search_url = t_url->url();
suggest_url = t_url->suggestions_url();

Powered by Google App Engine
This is Rietveld 408576698