Index: components/crash/content/app/breakpad_linux_impl.h |
diff --git a/components/crash/app/breakpad_linux_impl.h b/components/crash/content/app/breakpad_linux_impl.h |
similarity index 90% |
rename from components/crash/app/breakpad_linux_impl.h |
rename to components/crash/content/app/breakpad_linux_impl.h |
index b306e52ffd09887602909d49a932e8441439a520..3c94d721c7b1d761d9e8e6aea96ad17d7fc380c8 100644 |
--- a/components/crash/app/breakpad_linux_impl.h |
+++ b/components/crash/content/app/breakpad_linux_impl.h |
@@ -6,14 +6,14 @@ |
// shared between crash_handler_host_linux.cc and breakpad_linux.cc. It should |
// only be used in files compiled with linux_breakpad=1. |
-#ifndef COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_ |
-#define COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_ |
+#ifndef COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_LINUX_IMPL_H_ |
+#define COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_LINUX_IMPL_H_ |
#include <sys/types.h> |
#include "base/basictypes.h" |
#include "breakpad/src/common/simple_string_dictionary.h" |
-#include "components/crash/app/breakpad_linux.h" |
+#include "components/crash/content/app/breakpad_linux.h" |
namespace breakpad { |
@@ -62,4 +62,4 @@ extern void HandleCrashDump(const BreakpadInfo& info); |
} // namespace breakpad |
-#endif // COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_ |
+#endif // COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_LINUX_IMPL_H_ |