Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 050b184e21f0c9aae3f3c8e8711b6ed4fed387e8..5de4cc5257567257d916ae5ecab9a8c5388d70f3 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -57,7 +57,7 @@ |
#include "chrome/browser/mac/relauncher.h" |
#include "chrome/common/mac/cfbundle_blocker.h" |
#include "chrome/common/mac/objc_zombie.h" |
-#include "components/breakpad/app/breakpad_mac.h" |
+#include "components/crash/app/breakpad_mac.h" |
#include "ui/base/l10n/l10n_util_mac.h" |
#endif |
@@ -65,7 +65,7 @@ |
#include <locale.h> |
#include <signal.h> |
#include "chrome/app/chrome_breakpad_client.h" |
-#include "components/breakpad/app/breakpad_client.h" |
+#include "components/crash/app/breakpad_client.h" |
#endif |
#if !defined(DISABLE_NACL) && defined(OS_LINUX) |
@@ -95,7 +95,7 @@ |
#endif |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
-#include "components/breakpad/app/breakpad_linux.h" |
+#include "components/crash/app/breakpad_linux.h" |
#endif |
#if defined(OS_LINUX) |