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

Unified Diff: ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc

Issue 1249643002: Fix compilation failure on iOS when RLZ is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
diff --git a/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc b/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
index 0bccaae832ac0d7f9ce57c6d2554e54fd3ce20fb..5351bd9203dad2fe0f1ebe5fff77138c5db568ce 100644
--- a/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
+++ b/ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc
@@ -67,7 +67,7 @@ base::string16 UIThreadSearchTermsData::GetRlzParameterValue(
// normally would mean that a few omnibox searches might not send the RLZ
// data but this is not really a problem (as the value will eventually be
// set and cached).
- rlz::RLZTracker::GetAccessPointRLZ(rlz::RLZTracker::ChromeOmnibox(),
+ rlz::RLZTracker::GetAccessPointRlz(rlz::RLZTracker::ChromeOmnibox(),
&rlz_string);
}
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698