| Index: content/test/content_browser_test.cc
|
| diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc
|
| index 7173515261e24711953489d542228a26e8e0ccfe..13488f99bd5f16d21497594056438768c37f9ed9 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() {
|
|
|