Index: chrome/renderer/searchbox/searchbox.h |
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h |
index b3eb8d35b0de6248c4ca5899307a1fe1cade5dba..fe9674eed290a12b3dfba6f3dd0c5908f589a16e 100644 |
--- a/chrome/renderer/searchbox/searchbox.h |
+++ b/chrome/renderer/searchbox/searchbox.h |
@@ -54,10 +54,10 @@ class SearchBox : public content::RenderViewObserver, |
void LogEvent(NTPLoggingEventType event); |
// Sends ChromeViewHostMsg_LogMostVisitedImpression to the browser. |
- void LogMostVisitedImpression(int position, const base::string16& provider); |
+ void LogMostVisitedImpression(int position, NTPLoggingTileSource tile_source); |
// Sends ChromeViewHostMsg_LogMostVisitedNavigation to the browser. |
- void LogMostVisitedNavigation(int position, const base::string16& provider); |
+ void LogMostVisitedNavigation(int position, NTPLoggingTileSource tile_source); |
// Sends ChromeViewHostMsg_ChromeIdentityCheck to the browser. |
void CheckIsUserSignedInToChromeAs(const base::string16& identity); |