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

Unified Diff: chrome/browser/ui/webui/media_internals/media_internals_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
Index: chrome/browser/ui/webui/media_internals/media_internals_handler.h
===================================================================
--- chrome/browser/ui/webui/media_internals/media_internals_handler.h (revision 92173)
+++ chrome/browser/ui/webui/media_internals/media_internals_handler.h (working copy)
@@ -10,6 +10,10 @@
class MediaInternalsProxy;
+namespace base {
+class ListValue;
+}
+
// This class handles messages to and from MediaInternalsUI.
// It does all its work on the IO thread through the proxy below.
class MediaInternalsMessageHandler : public WebUIMessageHandler {
@@ -22,7 +26,7 @@
virtual void RegisterMessages();
// Javascript message handlers.
- void OnGetEverything(const ListValue* list);
+ void OnGetEverything(const base::ListValue* list);
// MediaInternals message handlers.
void OnUpdate(const string16& update);
« no previous file with comments | « chrome/browser/ui/webui/html_dialog_ui.h ('k') | chrome/browser/ui/webui/media_internals/media_internals_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698