Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 396c6cd71a8f00d38331f0203c6aceff3080bd7d..8b6933ab3d9d76b2307842bd73df11b185babd8d 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -103,7 +103,7 @@ |
#endif |
#if defined(OS_ANDROID) |
-#include "chrome/browser/android/java_exception_reporter.h" |
+#include "base/android/java_exception_reporter.h" |
#include "chrome/common/descriptors_android.h" |
#else |
// Diagnostics is only available on non-android platforms. |
@@ -890,7 +890,7 @@ void ChromeMainDelegate::PreSandboxStartup() { |
#if defined(OS_ANDROID) |
if (process_type.empty()) { |
breakpad::InitCrashReporter(process_type); |
- chrome::android::InitJavaExceptionReporter(); |
+ base::android::InitJavaExceptionReporter(); |
} else { |
breakpad::InitNonBrowserCrashReporterForAndroid(process_type); |
} |