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

Unified Diff: components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.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: components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h
diff --git a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h
index d8463615dbda5c691a1e42bcf896ffa7ac338696..456f52e1994d07850316c055db7d2561c27544f6 100644
--- a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h
+++ b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h
@@ -11,7 +11,7 @@
#include "base/callback_forward.h"
#include "base/macros.h"
-#include "components/ntp_tiles/ntp_tile_source.h"
+#include "components/ntp_tiles/tile_source.h"
class PrefService;
@@ -35,7 +35,7 @@ class NTPTilesInternalsMessageHandlerClient {
// Returns true if the given source is enabled (even if, in practice, none of
// the tiles would come from it).
- virtual bool DoesSourceExist(NTPTileSource source) = 0;
+ virtual bool DoesSourceExist(TileSource source) = 0;
// Creates a new MostVisitedSites based on the context pf the WebUI page.
virtual std::unique_ptr<ntp_tiles::MostVisitedSites>

Powered by Google App Engine
This is Rietveld 408576698