Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: components/crash/content/browser/crash_handler_host_linux.cc

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];
« no previous file with comments | « components/crash/content/browser/crash_handler_host_linux.h ('k') | components/crash/content/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698