diff options
Diffstat (limited to 'content/browser/debugger/devtools_window.h')
-rw-r--r-- | content/browser/debugger/devtools_window.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/browser/debugger/devtools_window.h b/content/browser/debugger/devtools_window.h index e8af7eb..5cc83f4 100644 --- a/content/browser/debugger/devtools_window.h +++ b/content/browser/debugger/devtools_window.h @@ -24,7 +24,10 @@ class Browser; class BrowserWindow; class Profile; class RenderViewHost; + +namespace base { class Value; +} class DevToolsWindow : public DevToolsClientHost, @@ -77,7 +80,7 @@ class DevToolsWindow 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, |