| Index: chrome/common/chrome_paths.cc
|
| ===================================================================
|
| --- chrome/common/chrome_paths.cc (revision 10837)
|
| +++ chrome/common/chrome_paths.cc (working copy)
|
| @@ -131,7 +131,7 @@
|
| case chrome::FILE_LOCAL_STATE:
|
| if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
| return false;
|
| - cur = cur.AppendASCII(WideToASCII(chrome::kLocalStateFilename));
|
| + cur = cur.Append(chrome::kLocalStateFilename);
|
| break;
|
| case chrome::FILE_RECORDED_SCRIPT:
|
| if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
|
|