| Index: chrome/browser/ui/gtk/first_run_dialog.cc
|
| diff --git a/chrome/browser/ui/gtk/first_run_dialog.cc b/chrome/browser/ui/gtk/first_run_dialog.cc
|
| index f91b3d9a5a7ff65d8f7f55985ddbc32310f97a61..706bbd4337a5f8bac4a02446687c20aa9affb3a2 100644
|
| --- a/chrome/browser/ui/gtk/first_run_dialog.cc
|
| +++ b/chrome/browser/ui/gtk/first_run_dialog.cc
|
| @@ -28,7 +28,7 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| -#if defined(USE_LINUX_BREAKPAD)
|
| +#if defined(USE_POSIX_BREAKPAD)
|
| #include "chrome/app/breakpad_linux.h"
|
| #endif
|
|
|
| @@ -185,7 +185,7 @@ void FirstRunDialog::OnResponseDialog(GtkWidget* widget, int response) {
|
| // Check if user has opted into reporting.
|
| if (report_crashes_ &&
|
| gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(report_crashes_))) {
|
| -#if defined(USE_LINUX_BREAKPAD)
|
| +#if defined(USE_POSIX_BREAKPAD)
|
| if (GoogleUpdateSettings::SetCollectStatsConsent(true))
|
| InitCrashReporter();
|
| #endif
|
|
|