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

Unified Diff: chrome/browser/ui/webui/popular_sites_internals_message_handler.h

Issue 2069763003: Move ntp_tiles classes to namespace ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/webui/popular_sites_internals_message_handler.h
diff --git a/chrome/browser/ui/webui/popular_sites_internals_message_handler.h b/chrome/browser/ui/webui/popular_sites_internals_message_handler.h
index 6fd662f53f0ec7cef57c94aa4853afd8f3320331..700de05e6b5e2a5d568ca270b5e99ceeb7118dd9 100644
--- a/chrome/browser/ui/webui/popular_sites_internals_message_handler.h
+++ b/chrome/browser/ui/webui/popular_sites_internals_message_handler.h
@@ -16,7 +16,9 @@ namespace base {
class ListValue;
} // namespace base
+namespace ntp_tiles {
class PopularSites;
+} // namespace ntp_tiles
// The implementation for the chrome://popular-sites-internals page.
class PopularSitesInternalsMessageHandler
@@ -40,7 +42,7 @@ class PopularSitesInternalsMessageHandler
void OnPopularSitesAvailable(bool explicit_request, bool success);
- std::unique_ptr<PopularSites> popular_sites_;
+ std::unique_ptr<ntp_tiles::PopularSites> popular_sites_;
base::WeakPtrFactory<PopularSitesInternalsMessageHandler> weak_ptr_factory_;
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/webui/popular_sites_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698