From e3748a79b523a8d365d4a33ef986eebb4186fa78 Mon Sep 17 00:00:00 2001 From: "dcheng@chromium.org" Date: Tue, 9 Apr 2013 06:27:43 +0000 Subject: Really fix build after r193020. Argh. Macros are evil. BUG= TBR=darin Review URL: https://codereview.chromium.org/13937002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193029 0039d316-1c4b-4281-b951-d872f2087c98 --- content/test/layout_browsertest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/test') 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")); -- cgit v1.1