Index: chrome/browser/ui/webui/ntp/shown_sections_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/ntp/shown_sections_handler.h (revision 92173) |
+++ chrome/browser/ui/webui/ntp/shown_sections_handler.h (working copy) |
@@ -11,9 +11,12 @@ |
#include "content/common/notification_observer.h" |
class Extension; |
-class Value; |
class PrefService; |
+namespace base { |
+class Value; |
+} |
+ |
// Use for the shown sections bitmask. |
// Currently, only the THUMB and APPS sections can be toggled by the user. Other |
// sections are shown automatically if they have data, and hidden otherwise. |
@@ -55,10 +58,10 @@ |
const NotificationDetails& details); |
// Callback for "getShownSections" message. |
- void HandleGetShownSections(const ListValue* args); |
+ void HandleGetShownSections(const base::ListValue* args); |
// Callback for "setShownSections" message. |
- void HandleSetShownSections(const ListValue* args); |
+ void HandleSetShownSections(const base::ListValue* args); |
static void RegisterUserPrefs(PrefService* pref_service); |