summaryrefslogtreecommitdiffstats
path: root/content/test
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-09 06:27:43 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-09 06:27:43 +0000
commite3748a79b523a8d365d4a33ef986eebb4186fa78 (patch)
treea80c8db11d8d68ef1e6f79672c624feb633bb634 /content/test
parent558a35897f6b3ffbcaefde927c1f150b815d140a (diff)
downloadchromium_src-e3748a79b523a8d365d4a33ef986eebb4186fa78.zip
chromium_src-e3748a79b523a8d365d4a33ef986eebb4186fa78.tar.gz
chromium_src-e3748a79b523a8d365d4a33ef986eebb4186fa78.tar.bz2
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
Diffstat (limited to 'content/test')
-rw-r--r--content/test/layout_browsertest.cc2
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"));