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 40c9e0f8e01a738cdf8ee2395a9614d2b9b5e3d2..121b429469a236d1ef0a7a9156dbd5e8eb0cdd93 100644 |
--- a/content/public/test/browser_test_base.h |
+++ b/content/public/test/browser_test_base.h |
@@ -10,6 +10,7 @@ |
#include "net/test/test_server.h" |
class CommandLine; |
+class FilePath; |
namespace content { |
@@ -76,7 +77,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 char* test_server_base); |
+ void CreateTestServer(const FilePath& test_server_base); |
private: |
void ProxyRunTestOnMainThreadLoop(); |