| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 5c89f1bf39326dd1f8cd960e1b7ff5a5935f7c91..42d4c65812006b85553e316813032f1da3d998bc 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -145,7 +145,7 @@
|
| #elif defined(OS_MACOSX)
|
| #include "chrome/browser/chrome_browser_main_mac.h"
|
| #include "chrome/browser/spellchecker/spellcheck_message_filter_mac.h"
|
| -#include "components/breakpad/app/breakpad_mac.h"
|
| +#include "components/crash/app/breakpad_mac.h"
|
| #elif defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/chrome_browser_main_chromeos.h"
|
| #include "chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h"
|
| @@ -166,15 +166,15 @@
|
| #include "chrome/browser/media/protected_media_identifier_permission_context.h"
|
| #include "chrome/browser/media/protected_media_identifier_permission_context_factory.h"
|
| #include "chrome/common/descriptors_android.h"
|
| -#include "components/breakpad/browser/crash_dump_manager_android.h"
|
| +#include "components/crash/browser/crash_dump_manager_android.h"
|
| #elif defined(OS_POSIX)
|
| #include "chrome/browser/chrome_browser_main_posix.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"
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|