summaryrefslogtreecommitdiffstats
path: root/content/test/content_browser_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/content_browser_test.cc')
-rw-r--r--content/test/content_browser_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc
index 7173515..13488f9 100644
--- a/content/test/content_browser_test.cc
+++ b/content/test/content_browser_test.cc
@@ -41,7 +41,7 @@ ContentBrowserTest::ContentBrowserTest() {
FILE_PATH_LITERAL("Content Shell.app/Contents/MacOS/Content Shell"));
CHECK(PathService::Override(base::FILE_EXE, content_shell_path));
#endif
- CreateTestServer("content/test/data");
+ CreateTestServer(FilePath(FILE_PATH_LITERAL("content/test/data")));
}
ContentBrowserTest::~ContentBrowserTest() {