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

Unified Diff: chrome/test/automation/automation_json_requests.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 | « chrome/service/service_process_prefs.h ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_json_requests.h
===================================================================
--- chrome/test/automation/automation_json_requests.h (revision 92173)
+++ chrome/test/automation/automation_json_requests.h (working copy)
@@ -17,9 +17,12 @@
class AutomationMessageSender;
class FilePath;
class GURL;
+
+namespace base {
class DictionaryValue;
class ListValue;
class Value;
+}
struct WebKeyEvent {
WebKeyEvent(automation::KeyEventTypes type,
@@ -91,7 +94,7 @@
int tab_index,
const std::string& frame_xpath,
const std::string& javascript,
- Value** result,
+ base::Value** result,
std::string* error_msg) WARN_UNUSED_RESULT;
// Requests the specified tab to go forward. Waits for the load to complete.
@@ -150,7 +153,7 @@
bool SendGetCookiesJSONRequest(
AutomationMessageSender* sender,
const std::string& url,
- ListValue** cookies,
+ base::ListValue** cookies,
std::string* error_msg) WARN_UNUSED_RESULT;
// Requests all the cookies for the given URL. Returns true on success.
@@ -185,7 +188,7 @@
bool SendSetCookieJSONRequest(
AutomationMessageSender* sender,
const std::string& url,
- DictionaryValue* cookie_dict,
+ base::DictionaryValue* cookie_dict,
std::string* error_msg) WARN_UNUSED_RESULT;
// Requests setting the given cookie for the given URL. Returns true on
« no previous file with comments | « chrome/service/service_process_prefs.h ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698