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

Unified Diff: chrome/renderer/extensions/event_bindings.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/profile_import/profile_import_thread.h ('k') | chrome/renderer/extensions/extension_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/event_bindings.h
===================================================================
--- chrome/renderer/extensions/event_bindings.h (revision 92173)
+++ chrome/renderer/extensions/event_bindings.h (working copy)
@@ -12,10 +12,13 @@
class ExtensionDispatcher;
class GURL;
-class ListValue;
class RenderThreadBase;
class RenderView;
+namespace base {
+class ListValue;
+}
+
namespace WebKit {
class WebFrame;
}
@@ -46,7 +49,7 @@
// v8::Undefined(). A DCHECK is setup to break if it is otherwise.
static void CallFunction(const std::string& extension_id,
const std::string& function_name,
- const ListValue& arguments,
+ const base::ListValue& arguments,
RenderView* render_view,
const GURL& event_url);
};
« no previous file with comments | « chrome/profile_import/profile_import_thread.h ('k') | chrome/renderer/extensions/extension_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698