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

Unified Diff: chrome/browser/ui/search/search_tab_helper.h

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: add back histogram enums Created 3 years, 8 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/ui/search/search_tab_helper.h
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
index 1dfba428ee96d894c3e85cb7f9a4f8ead63d5919..6c2587abdf22f210ad8ac3ac48e075865e2aaa5f 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -16,7 +16,7 @@
#include "chrome/browser/ui/search/search_model.h"
#include "chrome/common/search/instant_types.h"
#include "chrome/common/search/ntp_logging_events.h"
-#include "components/ntp_tiles/ntp_tile_source.h"
+#include "components/ntp_tiles/tile_source.h"
#include "components/omnibox/common/omnibox_focus_state.h"
#include "content/public/browser/reload_type.h"
#include "content/public/browser/web_contents_observer.h"
@@ -139,12 +139,10 @@ class SearchTabHelper : public content::WebContentsObserver,
void OnUndoMostVisitedDeletion(const GURL& url) override;
void OnUndoAllMostVisitedDeletions() override;
void OnLogEvent(NTPLoggingEventType event, base::TimeDelta time) override;
- void OnLogMostVisitedImpression(
- int position,
- ntp_tiles::NTPTileSource tile_source) override;
- void OnLogMostVisitedNavigation(
- int position,
- ntp_tiles::NTPTileSource tile_source) override;
+ void OnLogMostVisitedImpression(int position,
+ ntp_tiles::TileSource tile_source) override;
+ void OnLogMostVisitedNavigation(int position,
+ ntp_tiles::TileSource tile_source) override;
void PasteIntoOmnibox(const base::string16& text) override;
void OnChromeIdentityCheck(const base::string16& identity) override;
void OnHistorySyncCheck() override;
« no previous file with comments | « chrome/browser/ui/search/search_ipc_router_unittest.cc ('k') | chrome/browser/ui/search/search_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698