Chromium Code Reviews| Index: chrome/browser/chromeos/login/wizard_controller.cc |
| diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc |
| index ffedaf0120e7113a7b307cb7959750f57d6af2e9..6f6b91b682f007cd59758048e2b44020813b9604 100644 |
| --- a/chrome/browser/chromeos/login/wizard_controller.cc |
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc |
| @@ -49,7 +49,7 @@ |
| #include "ui/base/accelerators/accelerator.h" |
| #include "ui/base/l10n/l10n_util.h" |
| -#if defined(USE_LINUX_BREAKPAD) |
| +#if defined(USE_POSIX_BREAKPAD) |
| #include "chrome/app/breakpad_linux.h" |
|
Yaron
2012/04/03 23:54:20
Update this throughout
carlosvaldivia
2012/04/04 20:52:34
Done.
|
| #endif |
| @@ -405,7 +405,7 @@ void WizardController::OnEulaAccepted() { |
| OptionsUtil::ResolveMetricsReportingEnabled(usage_statistics_reporting_); |
| CrosSettings::Get()->SetBoolean(kStatsReportingPref, enabled); |
| if (enabled) { |
| -#if defined(USE_LINUX_BREAKPAD) |
| +#if defined(USE_POSIX_BREAKPAD) |
| // The crash reporter initialization needs IO to complete. |
| base::ThreadRestrictions::ScopedAllowIO allow_io; |
| InitCrashReporter(); |