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

Unified Diff: content/public/test/browser_test_base.h

Issue 11094040: BrowserTestBase::CreateTestServer should accept FilePath (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
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();

Powered by Google App Engine
This is Rietveld 408576698