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

Unified Diff: content/browser/renderer_host/render_view_host.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/gpu/gpu_blacklist.h ('k') | content/browser/webui/generic_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host.h
===================================================================
--- content/browser/renderer_host/render_view_host.h (revision 92173)
+++ content/browser/renderer_host/render_view_host.h (working copy)
@@ -27,7 +27,6 @@
struct DesktopNotificationHostMsg_Show_Params;
class FilePath;
class GURL;
-class ListValue;
class RenderViewHostDelegate;
class RenderViewHostObserver;
class SessionStorageNamespace;
@@ -43,6 +42,10 @@
struct WebDropData;
struct UserMetricsAction;
+namespace base {
+class ListValue;
+}
+
namespace gfx {
class Point;
} // namespace gfx
@@ -450,7 +453,7 @@
void OnMsgClosePageACK();
void OnAccessibilityNotifications(
const std::vector<ViewHostMsg_AccessibilityNotification_Params>& params);
- void OnScriptEvalResponse(int id, const ListValue& result);
+ void OnScriptEvalResponse(int id, const base::ListValue& result);
void OnDidZoomURL(double zoom_level, bool remember, const GURL& url);
void OnRequestDesktopNotificationPermission(const GURL& origin,
int callback_id);
« no previous file with comments | « content/browser/gpu/gpu_blacklist.h ('k') | content/browser/webui/generic_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698