diff options
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/layout_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/layout_browsertest.cc b/content/test/layout_browsertest.cc index 155dbbe..431e890 100644 --- a/content/test/layout_browsertest.cc +++ b/content/test/layout_browsertest.cc @@ -196,7 +196,7 @@ std::string InProcessBrowserLayoutTest::SaveResults(const std::string& expected, const std::string& actual) { base::FilePath cwd; EXPECT_TRUE(file_util::CreateNewTempDirectory( - FILE_PATH_LITERAL(std::string()), &cwd)); + base::FilePath::StringType(), &cwd)); base::FilePath expected_filename = cwd.Append(FILE_PATH_LITERAL("expected.txt")); base::FilePath actual_filename = cwd.Append(FILE_PATH_LITERAL("actual.txt")); |