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

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/most_visited_handler.h ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h
===================================================================
--- chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h (revision 92173)
+++ chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h (working copy)
@@ -12,7 +12,9 @@
#include "chrome/browser/sync/sync_ui_util.h"
#include "content/browser/webui/web_ui.h"
+namespace base {
class ListValue;
+}
// Sends sync-state changes to the New Tab Page for UI updating and forwards
// link clicks on the page to the sync service.
@@ -27,9 +29,9 @@
virtual void RegisterMessages();
// Callback for "GetSyncMessage".
- void HandleGetSyncMessage(const ListValue* args);
+ void HandleGetSyncMessage(const base::ListValue* args);
// Callback for "SyncLinkClicked".
- void HandleSyncLinkClicked(const ListValue* args);
+ void HandleSyncLinkClicked(const base::ListValue* args);
// ProfileSyncServiceObserver
virtual void OnStateChanged();
« no previous file with comments | « chrome/browser/ui/webui/ntp/most_visited_handler.h ('k') | chrome/browser/ui/webui/ntp/new_tab_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698