| 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>
|
|
|