summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/test_launcher/test_runner.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/test_launcher/test_runner.cc b/chrome/test/test_launcher/test_runner.cc
index 95e6253..ea496ed 100644
--- a/chrome/test/test_launcher/test_runner.cc
+++ b/chrome/test/test_launcher/test_runner.cc
@@ -26,8 +26,7 @@ const char kGTestOutputFlag[] = "gtest_output";
const char kGTestFilterFlag[] = "gtest_filter";
// The default output file for XML output.
-static const FilePath::CharType kDefaultOutputFile[] = FILE_PATH_LITERAL(
- "test_detail.xml");
+static const FilePath::StringType kDefaultOutputFile = "test_detail.xml";
// A helper class to output results.
// Note: as currently XML is the only supported format by gtest, we don't