| Index: chrome/browser/chrome_browser_main_x11.cc
|
| diff --git a/chrome/browser/chrome_browser_main_x11.cc b/chrome/browser/chrome_browser_main_x11.cc
|
| index 55968ca868146b3b913e2ef043be11ac08cbf0d7..de360798e64d6bbb422f3e6dc21cdca8c6738b71 100644
|
| --- a/chrome/browser/chrome_browser_main_x11.cc
|
| +++ b/chrome/browser/chrome_browser_main_x11.cc
|
| @@ -14,8 +14,8 @@
|
| #include "ui/base/x/x11_util.h"
|
| #include "ui/base/x/x11_util_internal.h"
|
|
|
| -#if defined(USE_LINUX_BREAKPAD)
|
| -#include "chrome/app/breakpad_linux.h"
|
| +#if defined(USE_POSIX_BREAKPAD)
|
| +#include "chrome/app/breakpad_posix.h"
|
| #endif
|
|
|
| using content::BrowserThread;
|
| @@ -69,7 +69,7 @@ int BrowserX11IOErrorHandler(Display* d) {
|
| } // namespace
|
|
|
| void RecordBreakpadStatusUMA(MetricsService* metrics) {
|
| -#if defined(USE_LINUX_BREAKPAD)
|
| +#if defined(USE_POSIX_BREAKPAD)
|
| metrics->RecordBreakpadRegistration(IsCrashReporterEnabled());
|
| #else
|
| metrics->RecordBreakpadRegistration(false);
|
|
|