| 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..fe5cd0fec7428ad5febe94bcb27e1b8cb06b897e 100644
|
| --- a/chrome/browser/ui/gtk/first_run_dialog.cc
|
| +++ b/chrome/browser/ui/gtk/first_run_dialog.cc
|
| @@ -28,8 +28,8 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| -#if defined(USE_LINUX_BREAKPAD)
|
| -#include "chrome/app/breakpad_linux.h"
|
| +#if defined(USE_POSIX_BREAKPAD)
|
| +#include "chrome/app/breakpad_posix.h"
|
| #endif
|
|
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| @@ -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
|
|
|