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

Unified Diff: chrome/test/automation/automation_json_requests.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/cloud_print/print_system.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
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h
index 860fa61b512f3a93ce54485d3911d8cb86ac237e..6f1fb45a83b455f772d87dce2d745840c9f59282 100644
--- a/chrome/test/automation/automation_json_requests.h
+++ b/chrome/test/automation/automation_json_requests.h
@@ -16,10 +16,10 @@
#include "ui/base/keycodes/keyboard_codes.h"
class AutomationMessageSender;
-class FilePath;
namespace base {
class DictionaryValue;
+class FilePath;
class ListValue;
class Value;
}
@@ -244,7 +244,7 @@ bool SendReloadJSONRequest(
bool SendCaptureEntirePageJSONRequest(
AutomationMessageSender* sender,
const WebViewLocator& locator,
- const FilePath& path,
+ const base::FilePath& path,
automation::Error* error) WARN_UNUSED_RESULT;
#if !defined(NO_TCMALLOC) && (defined(OS_LINUX) || defined(OS_CHROMEOS))
@@ -410,7 +410,7 @@ bool SendDragAndDropFilePathsJSONRequest(
const WebViewLocator& locator,
int x,
int y,
- const std::vector<FilePath::StringType>& paths,
+ const std::vector<base::FilePath::StringType>& paths,
automation::Error* error) WARN_UNUSED_RESULT;
// Requests to set the given view's bounds. Returns true on success.
@@ -466,7 +466,7 @@ bool SendGetChromeDriverAutomationVersion(
// the extension will be installed silently. Returns true on success.
bool SendInstallExtensionJSONRequest(
AutomationMessageSender* sender,
- const FilePath& path,
+ const base::FilePath& path,
bool with_ui,
std::string* extension_id,
automation::Error* error) WARN_UNUSED_RESULT;
« no previous file with comments | « chrome/service/cloud_print/print_system.h ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698