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

Unified Diff: content/browser/debugger/devtools_window.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: content/browser/debugger/devtools_window.h
===================================================================
--- content/browser/debugger/devtools_window.h (revision 92173)
+++ content/browser/debugger/devtools_window.h (working copy)
@@ -24,7 +24,10 @@
class BrowserWindow;
class Profile;
class RenderViewHost;
+
+namespace base {
class Value;
+}
class DevToolsWindow
: public DevToolsClientHost,
@@ -77,7 +80,7 @@
void UpdateTheme();
void AddDevToolsExtensionsToClient();
void CallClientFunction(const string16& function_name,
- const Value& arg);
+ const base::Value& arg);
// Overridden from TabContentsDelegate.
virtual void OpenURLFromTab(TabContents* source,
const GURL& url,
« no previous file with comments | « content/browser/debugger/devtools_remote_service.h ('k') | content/browser/debugger/extension_ports_remote_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698