Index: components/crash/content/browser/crash_handler_host_linux.h |
diff --git a/components/crash/browser/crash_handler_host_linux.h b/components/crash/content/browser/crash_handler_host_linux.h |
similarity index 93% |
rename from components/crash/browser/crash_handler_host_linux.h |
rename to components/crash/content/browser/crash_handler_host_linux.h |
index 876a0a5eb13e37d4548f8574a29113c5bac8181d..92ef522ed412e516607653f25a9966ffd8b8f00a 100644 |
--- a/components/crash/browser/crash_handler_host_linux.h |
+++ b/components/crash/content/browser/crash_handler_host_linux.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_CRASH_BROWSER_CRASH_HANDLER_HOST_LINUX_H_ |
-#define COMPONENTS_CRASH_BROWSER_CRASH_HANDLER_HOST_LINUX_H_ |
+#ifndef COMPONENTS_CRASH_CONTENT_BROWSER_CRASH_HANDLER_HOST_LINUX_H_ |
+#define COMPONENTS_CRASH_CONTENT_BROWSER_CRASH_HANDLER_HOST_LINUX_H_ |
#include <sys/types.h> |
@@ -90,4 +90,4 @@ class CrashHandlerHostLinux : public base::MessageLoopForIO::Watcher, |
} // namespace breakpad |
-#endif // COMPONENTS_CRASH_BROWSER_CRASH_HANDLER_HOST_LINUX_H_ |
+#endif // COMPONENTS_CRASH_CONTENT_BROWSER_CRASH_HANDLER_HOST_LINUX_H_ |