| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 64cc686742fb154ff21a16f4bdd52a2512453f67..f9dd85d448605216b690edbfa998e9626630b0aa 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -375,7 +375,7 @@ int BrowserMain(const MainFunctionParams& parameters) {
|
| }
|
| #endif
|
|
|
| - std::wstring local_state_path;
|
| + FilePath local_state_path;
|
| PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
|
| bool local_state_file_exists = file_util::PathExists(local_state_path);
|
|
|
|
|