diff options
Diffstat (limited to 'chrome/test/automation/automation_json_requests.h')
-rw-r--r-- | chrome/test/automation/automation_json_requests.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h index 860fa61..6f1fb45 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; |