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

Unified Diff: chrome/test/automation/tab_proxy.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: chrome/test/automation/tab_proxy.h
===================================================================
--- chrome/test/automation/tab_proxy.h (revision 92173)
+++ chrome/test/automation/tab_proxy.h (working copy)
@@ -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 @@
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.
« no previous file with comments | « chrome/test/automation/automation_json_requests.h ('k') | chrome/test/live_sync/live_preferences_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698