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

Unified Diff: content/public/test/test_launcher.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 | « content/public/test/browser_test_base.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_launcher.h
diff --git a/content/public/test/test_launcher.h b/content/public/test/test_launcher.h
index 6a5e2a63ab96a11af1606ce4e2f989c61f98687c..d3404e5da3945ebbfdc2351f82347eea0cfee2f3 100644
--- a/content/public/test/test_launcher.h
+++ b/content/public/test/test_launcher.h
@@ -11,9 +11,9 @@
#include "base/compiler_specific.h"
class CommandLine;
-class FilePath;
namespace base {
+class FilePath;
class RunLoop;
}
@@ -39,8 +39,9 @@ class TestLauncherDelegate {
public:
virtual std::string GetEmptyTestName() = 0;
virtual int RunTestSuite(int argc, char** argv) = 0;
- virtual bool AdjustChildProcessCommandLine(CommandLine* command_line,
- const FilePath& temp_data_dir) = 0;
+ virtual bool AdjustChildProcessCommandLine(
+ CommandLine* command_line,
+ const base::FilePath& temp_data_dir) = 0;
virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
virtual void PostRunMessageLoop() {}
virtual ContentMainDelegate* CreateContentMainDelegate() = 0;
« no previous file with comments | « content/public/test/browser_test_base.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698