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

Unified Diff: chrome/browser/search_engines/template_url_service_util_unittest.cc

Issue 268643002: Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web Data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: D'oh. Created 6 years, 7 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: chrome/browser/search_engines/template_url_service_util_unittest.cc
diff --git a/chrome/browser/search_engines/template_url_service_util_unittest.cc b/chrome/browser/search_engines/template_url_service_util_unittest.cc
index b08ca289fbddef8574c0f96c5a5e248cfe8e4007..51577aab9ef6aac330df58651269ee55ac46facb 100644
--- a/chrome/browser/search_engines/template_url_service_util_unittest.cc
+++ b/chrome/browser/search_engines/template_url_service_util_unittest.cc
@@ -86,8 +86,8 @@ TEST(TemplateURLServiceUtilTest, RemoveDuplicatePrepopulateIDs) {
local_turls.push_back(
CreatePrepopulateTemplateURL(3, "loser6", 15).release());
- RemoveDuplicatePrepopulateIDs(NULL, prepopulated_turls, default_turl,
- &local_turls, NULL);
+ RemoveDuplicatePrepopulateIDs(
+ NULL, prepopulated_turls, NULL, &local_turls, NULL);
// Verify that the expected local TURLs survived the process.
EXPECT_EQ(local_turls.size(),

Powered by Google App Engine
This is Rietveld 408576698