| Index: chrome/app/chrome_exe_main_win.cc
|
| diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc
|
| index 28c0da491cde42aac5dd617cd123a2f81793f281..d930dfd3f73ca9c57d88c28124110bd1f604f726 100644
|
| --- a/chrome/app/chrome_exe_main_win.cc
|
| +++ b/chrome/app/chrome_exe_main_win.cc
|
| @@ -25,7 +25,7 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
|
| // We restarted because of a previous crash. Ask user if we should relaunch.
|
| if (ShowRestartDialogIfCrashed(&exit_now)) {
|
| if (exit_now)
|
| - return ResultCodes::NORMAL_EXIT;
|
| + return content::RESULT_CODE_NORMAL_EXIT;
|
| }
|
|
|
| // Initialize the commandline singleton from the environment.
|
|
|