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

Unified Diff: chrome/test/automation/tab_proxy.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/test/automation/automation_json_requests.h ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/tab_proxy.h
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 2c417e9870ec9ebcc63abb7bd7d9b3183b7bf8d2..22942dc33a974a8495f940200cfc59b26123bc3a 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -27,13 +27,14 @@
#include "ui/base/window_open_disposition.h"
class BrowserProxy;
-class FilePath;
class GURL;
+
namespace IPC {
class Message;
}
namespace base {
+class FilePath;
class Value;
}
@@ -203,7 +204,7 @@ class TabProxy : public AutomationResourceProxy {
// Captures the entire page and saves as a PNG at the given path. Returns
// true on success.
- bool CaptureEntirePageAsPNG(const FilePath& path) WARN_UNUSED_RESULT;
+ bool CaptureEntirePageAsPNG(const base::FilePath& path) WARN_UNUSED_RESULT;
#if defined(OS_WIN)
// Resizes the tab window.
« no previous file with comments | « chrome/test/automation/automation_json_requests.h ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698