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

Unified Diff: chrome/browser/google/google_url_tracker_unittest.cc

Issue 303233006: Abstract GoogleURLTracker & google_util Profile dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comments 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/google/google_url_tracker_unittest.cc
diff --git a/chrome/browser/google/google_url_tracker_unittest.cc b/chrome/browser/google/google_url_tracker_unittest.cc
index 0fb975ab0eda4b312afc5de1a24ef36be03c2536..80aa56165f53299b560430f940382454df66a5e9 100644
--- a/chrome/browser/google/google_url_tracker_unittest.cc
+++ b/chrome/browser/google/google_url_tracker_unittest.cc
@@ -364,7 +364,7 @@ GURL GoogleURLTrackerTest::GetLastPromptedGoogleURL() {
void GoogleURLTrackerTest::SetNavigationPending(intptr_t unique_id,
bool is_search) {
if (is_search) {
- google_url_tracker_->SearchCommitted();
+ google_url_tracker_->GoogleURLSearchCommitted();
// Note that the call above might not have actually registered a listener
// for navigation starts if the searchdomaincheck response was bogus.
}

Powered by Google App Engine
This is Rietveld 408576698