| Index: chrome/browser/ui/search/search_ipc_router.cc
|
| diff --git a/chrome/browser/ui/search/search_ipc_router.cc b/chrome/browser/ui/search/search_ipc_router.cc
|
| index 593aed70406ba9844a826d7f5a6f1915531539d4..f57f18820548bd3e67049bec2f35e8b4db2eae37 100644
|
| --- a/chrome/browser/ui/search/search_ipc_router.cc
|
| +++ b/chrome/browser/ui/search/search_ipc_router.cc
|
| @@ -216,7 +216,9 @@ void SearchIPCRouter::OnLogEvent(int page_seq_no,
|
| }
|
|
|
| void SearchIPCRouter::OnLogMostVisitedImpression(
|
| - int page_seq_no, int position, NTPLoggingTileSource tile_source) const {
|
| + int page_seq_no,
|
| + int position,
|
| + ntp_tiles::NTPTileSource tile_source) const {
|
| if (page_seq_no != commit_counter_)
|
| return;
|
|
|
| @@ -229,7 +231,9 @@ void SearchIPCRouter::OnLogMostVisitedImpression(
|
| }
|
|
|
| void SearchIPCRouter::OnLogMostVisitedNavigation(
|
| - int page_seq_no, int position, NTPLoggingTileSource tile_source) const {
|
| + int page_seq_no,
|
| + int position,
|
| + ntp_tiles::NTPTileSource tile_source) const {
|
| if (page_seq_no != commit_counter_)
|
| return;
|
|
|
|
|