| 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..f1f54eb593d43efb91f4044153fb20472680eb0e 100644
|
| --- a/chrome/app/chrome_exe_main_win.cc
|
| +++ b/chrome/app/chrome_exe_main_win.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -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.
|
|
|