From 74d1bb0fa3b80cb16100142da9cf7b18a552cda3 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 3 Mar 2009 00:41:23 +0000 Subject: Move chrome/apps/result_codes.h to chrome/common/result_codes.h Review URL: http://codereview.chromium.org/28279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10761 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_exe_main.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/app/chrome_exe_main.cc') diff --git a/chrome/app/chrome_exe_main.cc b/chrome/app/chrome_exe_main.cc index d8fed89..053f149 100644 --- a/chrome/app/chrome_exe_main.cc +++ b/chrome/app/chrome_exe_main.cc @@ -14,8 +14,8 @@ #include "chrome/app/breakpad.h" #include "chrome/app/client_util.h" #include "chrome/app/google_update_client.h" -#include "chrome/app/result_codes.h" #include "chrome/common/chrome_switches.h" +#include "chrome/common/result_codes.h" #include "sandbox/src/sandbox_factory.h" #include "sandbox/src/dep.h" @@ -105,4 +105,3 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev_instance, return ResultCodes::GOOGLE_UPDATE_LAUNCH_FAILED; } - -- cgit v1.1