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

Unified Diff: components/ntp_tiles/webui/popular_sites_internals_message_handler.h

Issue 2570783003: [Popular Sites] Split PopularSites interface and PopularSitesImpl (Closed)
Patch Set: Split PopularSitesImpl. Created 4 years 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/popular_sites_internals_message_handler.h
diff --git a/components/ntp_tiles/webui/popular_sites_internals_message_handler.h b/components/ntp_tiles/webui/popular_sites_internals_message_handler.h
index 3dbc74522e6301f4751708b2f5e8cb593651fbd0..3583b02c0a184f2e3b9c984d24fa8d1bb58932cc 100644
--- a/components/ntp_tiles/webui/popular_sites_internals_message_handler.h
+++ b/components/ntp_tiles/webui/popular_sites_internals_message_handler.h
@@ -17,7 +17,7 @@ class ListValue;
namespace ntp_tiles {
-class PopularSites;
+class PopularSitesImpl;
class PopularSitesInternalsMessageHandlerClient;
// Implements the WebUI message handler for chrome://popular-sites-internals/
@@ -52,7 +52,7 @@ class PopularSitesInternalsMessageHandler {
// Bridge to embedder's API.
PopularSitesInternalsMessageHandlerClient* web_ui_;
- std::unique_ptr<PopularSites> popular_sites_;
+ std::unique_ptr<PopularSitesImpl> popular_sites_;
base::WeakPtrFactory<PopularSitesInternalsMessageHandler> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698