diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 00:41:23 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 00:41:23 +0000 |
commit | 74d1bb0fa3b80cb16100142da9cf7b18a552cda3 (patch) | |
tree | f4c2faba710bd92871421d73a1ac9b9778d63877 /chrome/browser/browser_main_win.cc | |
parent | 1b44bb9683e902b84616e42d00f486dc0ca4ed9a (diff) | |
download | chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.zip chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.gz chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/browser_main_win.cc')
-rw-r--r-- | chrome/browser/browser_main_win.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/browser_main_win.cc b/chrome/browser/browser_main_win.cc index a1c5056..a2fbd06 100644 --- a/chrome/browser/browser_main_win.cc +++ b/chrome/browser/browser_main_win.cc @@ -12,12 +12,12 @@ #include "base/command_line.h" #include "base/path_service.h" #include "base/win_util.h" -#include "chrome/app/result_codes.h" #include "chrome/browser/first_run.h" #include "chrome/browser/metrics/metrics_service.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/env_vars.h" #include "chrome/common/l10n_util.h" +#include "chrome/common/result_codes.h" #include "chrome/installer/util/helper.h" #include "chrome/installer/util/install_util.h" #include "chrome/installer/util/shell_util.h" @@ -186,4 +186,3 @@ void RecordBreakpadStatusUMA(MetricsService* metrics) { metrics->RecordBreakpadRegistration((len == 0)); metrics->RecordBreakpadHasDebugger(TRUE == ::IsDebuggerPresent()); } - |