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

Unified Diff: chrome/browser/ui/webui/ntp/shown_sections_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/new_tab_ui.h ('k') | chrome/browser/ui/webui/options/about_page_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.h ('k') | chrome/browser/ui/webui/options/about_page_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698