Index: components/crash/browser/crash_handler_host_linux.cc |
diff --git a/components/breakpad/browser/crash_handler_host_linux.cc b/components/crash/browser/crash_handler_host_linux.cc |
similarity index 98% |
rename from components/breakpad/browser/crash_handler_host_linux.cc |
rename to components/crash/browser/crash_handler_host_linux.cc |
index 543ebc4c2e238150e4827dc00487fb5d6ec4b32c..1e2890cb97f0882a0058612bb3987f74edbec266 100644 |
--- a/components/breakpad/browser/crash_handler_host_linux.cc |
+++ b/components/crash/browser/crash_handler_host_linux.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/breakpad/browser/crash_handler_host_linux.h" |
+#include "components/crash/browser/crash_handler_host_linux.h" |
#include <stdint.h> |
#include <stdlib.h> |
@@ -28,7 +28,7 @@ |
#include "breakpad/src/client/linux/handler/exception_handler.h" |
#include "breakpad/src/client/linux/minidump_writer/linux_dumper.h" |
#include "breakpad/src/client/linux/minidump_writer/minidump_writer.h" |
-#include "components/breakpad/app/breakpad_linux_impl.h" |
+#include "components/crash/app/breakpad_linux_impl.h" |
#include "content/public/browser/browser_thread.h" |
#if defined(OS_ANDROID) && !defined(__LP64__) |
@@ -141,7 +141,7 @@ void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) { |
// for writing the minidump as well as a file descriptor and a credentials |
// block so that they can't lie about their pid. |
// |
- // The message sender is in components/breakpad/app/breakpad_linux.cc. |
+ // The message sender is in components/crash/app/breakpad_linux.cc. |
struct msghdr msg = {0}; |
struct iovec iov[kCrashIovSize]; |