Index: chrome/browser/chromeos/login/wizard_controller.cc |
=================================================================== |
--- chrome/browser/chromeos/login/wizard_controller.cc (revision 211696) |
+++ chrome/browser/chromeos/login/wizard_controller.cc (working copy) |
@@ -19,6 +19,7 @@ |
#include "base/prefs/pref_service.h" |
#include "base/threading/thread_restrictions.h" |
#include "base/values.h" |
+#include "chrome/app/breakpad_linux.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/chrome_notification_types.h" |
#include "chrome/browser/chromeos/app_mode/kiosk_app_launcher.h" |
@@ -65,10 +66,6 @@ |
#include "ui/base/accelerators/accelerator.h" |
#include "ui/base/l10n/l10n_util.h" |
-#if defined(USE_LINUX_BREAKPAD) |
-#include "chrome/app/breakpad_linux.h" |
-#endif |
- |
using content::BrowserThread; |
namespace { |
@@ -498,7 +495,7 @@ |
CrosSettings::Get()->SetBoolean(kStatsReportingPref, uma_enabled); |
if (uma_enabled) { |
-#if defined(USE_LINUX_BREAKPAD) && defined(GOOGLE_CHROME_BUILD) |
+#if defined(GOOGLE_CHROME_BUILD) |
// The crash reporter initialization needs IO to complete. |
base::ThreadRestrictions::ScopedAllowIO allow_io; |
InitCrashReporter(); |