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

Unified Diff: chrome/browser/content_settings/content_settings_browsertest.cc

Issue 12210088: Make the TestServer use an absolute document root path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testserver uses absolute docroot path Created 7 years, 10 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: chrome/browser/content_settings/content_settings_browsertest.cc
diff --git a/chrome/browser/content_settings/content_settings_browsertest.cc b/chrome/browser/content_settings/content_settings_browsertest.cc
index 417f21a10367f3b1964eed6f824bd3cf8152c6ab..000e84ce24fad4d1039f876bbb223e7170eb51b5 100644
--- a/chrome/browser/content_settings/content_settings_browsertest.cc
+++ b/chrome/browser/content_settings/content_settings_browsertest.cc
@@ -43,7 +43,7 @@ class ContentSettingsTest : public InProcessBrowserTest {
: https_server_(
net::TestServer::TYPE_HTTPS,
net::TestServer::SSLOptions(net::TestServer::SSLOptions::CERT_OK),
- base::FilePath(FILE_PATH_LITERAL("chrome/test/data"))) {
+ net::TestServer::GetTestDataPath()) {
}
virtual void SetUpOnMainThread() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698