| Index: chrome/browser/diagnostics/diagnostics_test.cc
|
| diff --git a/chrome/browser/diagnostics/diagnostics_test.cc b/chrome/browser/diagnostics/diagnostics_test.cc
|
| index cd36c920fa70af51210a7639e63b8a8b17cc7f5d..dfdf18fb680912df477d19b2dbc2f636b4bcc671 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);
|
| }
|
|
|