Index: components/crash/content/browser/crash_handler_host_linux.cc |
diff --git a/components/crash/browser/crash_handler_host_linux.cc b/components/crash/content/browser/crash_handler_host_linux.cc |
similarity index 98% |
rename from components/crash/browser/crash_handler_host_linux.cc |
rename to components/crash/content/browser/crash_handler_host_linux.cc |
index 0f68216c44ff92d95a612203c940cdaa73b32d9b..a29a3ed11c619f0ec958a9515a552bf3a52545f0 100644 |
--- a/components/crash/browser/crash_handler_host_linux.cc |
+++ b/components/crash/content/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/crash/browser/crash_handler_host_linux.h" |
+#include "components/crash/content/browser/crash_handler_host_linux.h" |
#include <stdint.h> |
#include <stdlib.h> |
@@ -29,7 +29,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/crash/app/breakpad_linux_impl.h" |
+#include "components/crash/content/app/breakpad_linux_impl.h" |
#include "content/public/browser/browser_thread.h" |
#if defined(OS_ANDROID) && !defined(__LP64__) |
@@ -142,7 +142,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/crash/app/breakpad_linux.cc. |
+ // The message sender is in components/crash/content/app/breakpad_linux.cc. |
struct msghdr msg = {0}; |
struct iovec iov[kCrashIovSize]; |