From 36d772caff4517f3dc536f582816ac786508e2cb Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Fri, 15 Jul 2011 20:47:40 +0000 Subject: Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. TBR=jam@chromium.org BUG=none TEST= Review URL: http://codereview.chromium.org/7400002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92733 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_exe_main_win.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 f1f54eb..28c0da4 100644 --- a/chrome/app/chrome_exe_main_win.cc +++ b/chrome/app/chrome_exe_main_win.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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 content::RESULT_CODE_NORMAL_EXIT; + return ResultCodes::NORMAL_EXIT; } // Initialize the commandline singleton from the environment. -- cgit v1.1