Index: content/shell/browser/shell_content_browser_client.cc |
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc |
index b2f85d228dab4172656929ebb12cc0258e3089bf..6a58fa98403fec0594ec7dadd92fed5c76e1fede 100644 |
--- a/content/shell/browser/shell_content_browser_client.cc |
+++ b/content/shell/browser/shell_content_browser_client.cc |
@@ -38,14 +38,14 @@ |
#if defined(OS_ANDROID) |
#include "base/android/path_utils.h" |
#include "base/path_service.h" |
-#include "components/breakpad/browser/crash_dump_manager_android.h" |
+#include "components/crash/browser/crash_dump_manager_android.h" |
#include "content/shell/android/shell_descriptors.h" |
#endif |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
#include "base/debug/leak_annotations.h" |
-#include "components/breakpad/app/breakpad_linux.h" |
-#include "components/breakpad/browser/crash_handler_host_linux.h" |
+#include "components/crash/app/breakpad_linux.h" |
+#include "components/crash/browser/crash_handler_host_linux.h" |
#include "content/public/common/content_descriptors.h" |
#endif |