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

Unified Diff: chrome/test/chromedriver/chrome_launcher_impl.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/chromedriver/chrome_launcher.h ('k') | chrome/test/logging/win/file_logger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome_launcher_impl.h
diff --git a/chrome/test/chromedriver/chrome_launcher_impl.h b/chrome/test/chromedriver/chrome_launcher_impl.h
index 1910ac5dceaa0e571c358cc882a46501468600e0..f8a4cf656485a5ab1b6eb464c3a305e1347b46b0 100644
--- a/chrome/test/chromedriver/chrome_launcher_impl.h
+++ b/chrome/test/chromedriver/chrome_launcher_impl.h
@@ -13,10 +13,13 @@
#include "chrome/test/chromedriver/net/sync_websocket_factory.h"
class Chrome;
-class FilePath;
class Status;
class URLRequestContextGetter;
+namespace base {
+class FilePath;
+}
+
class ChromeLauncherImpl : public ChromeLauncher {
public:
explicit ChromeLauncherImpl(URLRequestContextGetter* context_getter,
@@ -24,7 +27,7 @@ class ChromeLauncherImpl : public ChromeLauncher {
virtual ~ChromeLauncherImpl();
// Overridden from ChromeLauncher:
- virtual Status Launch(const FilePath& chrome_exe,
+ virtual Status Launch(const base::FilePath& chrome_exe,
scoped_ptr<Chrome>* chrome) OVERRIDE;
private:
« no previous file with comments | « chrome/test/chromedriver/chrome_launcher.h ('k') | chrome/test/logging/win/file_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698