summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r--chrome/test/automation/tab_proxy.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index d2c7e87..f4b89d5 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -29,11 +29,14 @@
class BrowserProxy;
class GURL;
-class Value;
namespace IPC {
class Message;
}
+namespace base {
+class Value;
+}
+
class TabProxy : public AutomationResourceProxy,
public JavaScriptExecutionController {
public:
@@ -87,7 +90,7 @@ class TabProxy : public AutomationResourceProxy,
int* value) WARN_UNUSED_RESULT;
bool ExecuteAndExtractValue(const std::wstring& frame_xpath,
const std::wstring& jscript,
- Value** value) WARN_UNUSED_RESULT;
+ base::Value** value) WARN_UNUSED_RESULT;
// Returns a DOMElementProxyRef to the tab's current DOM document.
// This proxy is invalidated when the document changes.