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

Unified Diff: content/public/test/browser_test_base.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/renderer/renderer_ppapi_host.h ('k') | content/public/test/test_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_base.h
diff --git a/content/public/test/browser_test_base.h b/content/public/test/browser_test_base.h
index 121b429469a236d1ef0a7a9156dbd5e8eb0cdd93..026bf321f91001ad7f59efd46be795336983a1d9 100644
--- a/content/public/test/browser_test_base.h
+++ b/content/public/test/browser_test_base.h
@@ -10,7 +10,10 @@
#include "net/test/test_server.h"
class CommandLine;
+
+namespace base {
class FilePath;
+}
namespace content {
@@ -77,7 +80,7 @@ class BrowserTestBase : public testing::Test {
// this.
// |test_server_base| is the path, relative to src, to give to the test HTTP
// server.
- void CreateTestServer(const FilePath& test_server_base);
+ void CreateTestServer(const base::FilePath& test_server_base);
private:
void ProxyRunTestOnMainThreadLoop();
« no previous file with comments | « content/public/renderer/renderer_ppapi_host.h ('k') | content/public/test/test_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698