diff options
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r-- | chrome/browser/diagnostics/diagnostics_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_test.cc b/chrome/browser/diagnostics/diagnostics_test.cc index cd36c92..dfdf18f 100644 --- a/chrome/browser/diagnostics/diagnostics_test.cc +++ b/chrome/browser/diagnostics/diagnostics_test.cc @@ -49,5 +49,5 @@ FilePath DiagnosticTest::GetUserDefaultProfileDir() { FilePath path; if (!PathService::Get(chrome::DIR_USER_DATA, &path)) return FilePath(); - return path.Append(FilePath::FromWStringHack(chrome::kNotSignedInProfile)); + return path.AppendASCII(chrome::kNotSignedInProfile); } |