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

Unified Diff: content/browser/webui/generic_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 | « content/browser/renderer_host/render_view_host.h ('k') | content/browser/webui/web_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/generic_handler.h
===================================================================
--- content/browser/webui/generic_handler.h (revision 92173)
+++ content/browser/webui/generic_handler.h (working copy)
@@ -8,7 +8,9 @@
#include "content/browser/webui/web_ui.h"
+namespace base {
class ListValue;
+}
// A place to add handlers for messages shared across all WebUI pages.
class GenericHandler : public WebUIMessageHandler {
@@ -20,7 +22,7 @@
virtual void RegisterMessages();
private:
- void HandleNavigateToUrl(const ListValue* args);
+ void HandleNavigateToUrl(const base::ListValue* args);
DISALLOW_COPY_AND_ASSIGN(GenericHandler);
};
« no previous file with comments | « content/browser/renderer_host/render_view_host.h ('k') | content/browser/webui/web_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698