| Index: chrome/browser/browser_main_gtk.cc
|
| diff --git a/chrome/browser/browser_main_gtk.cc b/chrome/browser/browser_main_gtk.cc
|
| index 3701a57f3111f92662dc566b84ca3ee48e4a5b6d..98480e0516a90811ac71283e4a350dd6caeaf9da 100644
|
| --- a/chrome/browser/browser_main_gtk.cc
|
| +++ b/chrome/browser/browser_main_gtk.cc
|
| @@ -15,9 +15,9 @@
|
| #include "chrome/browser/metrics/metrics_service.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/common/chrome_switches.h"
|
| +#include "chrome/common/chrome_result_codes.h"
|
| #include "content/browser/renderer_host/render_sandbox_host_linux.h"
|
| #include "content/browser/zygote_host_linux.h"
|
| -#include "content/common/result_codes.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -186,7 +186,7 @@ void RecordBrowserStartupTime() {
|
| // From browser_main_win.h, stubs until we figure out the right thing...
|
|
|
| int DoUninstallTasks(bool chrome_still_running) {
|
| - return ResultCodes::NORMAL_EXIT;
|
| + return content::RESULT_CODE_NORMAL_EXIT;
|
| }
|
|
|
| int HandleIconsCommands(const CommandLine &parsed_command_line) {
|
|
|