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(); |