| 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;
|
|
|