| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 51ea59bb096b63acc9cffecc9c6d8d46b8573b40..50e89ec8668ada15aa4311571b87e7c471ae25c8 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/common/search/instant_types.h"
|
| #include "chrome/common/search/ntp_logging_events.h"
|
| #include "chrome/renderer/instant_restricted_id_cache.h"
|
| +#include "components/ntp_tiles/ntp_tile_source.h"
|
| #include "components/omnibox/common/omnibox_focus_state.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| #include "content/public/renderer/render_view_observer_tracker.h"
|
| @@ -54,10 +55,12 @@ class SearchBox : public content::RenderViewObserver,
|
| void LogEvent(NTPLoggingEventType event);
|
|
|
| // Sends ChromeViewHostMsg_LogMostVisitedImpression to the browser.
|
| - void LogMostVisitedImpression(int position, NTPLoggingTileSource tile_source);
|
| + void LogMostVisitedImpression(int position,
|
| + ntp_tiles::NTPTileSource tile_source);
|
|
|
| // Sends ChromeViewHostMsg_LogMostVisitedNavigation to the browser.
|
| - void LogMostVisitedNavigation(int position, NTPLoggingTileSource tile_source);
|
| + void LogMostVisitedNavigation(int position,
|
| + ntp_tiles::NTPTileSource tile_source);
|
|
|
| // Sends ChromeViewHostMsg_ChromeIdentityCheck to the browser.
|
| void CheckIsUserSignedInToChromeAs(const base::string16& identity);
|
|
|