Index: components/breakpad/app/breakpad_linux_impl.h |
diff --git a/chrome/app/breakpad_linux_impl.h b/components/breakpad/app/breakpad_linux_impl.h |
similarity index 89% |
rename from chrome/app/breakpad_linux_impl.h |
rename to components/breakpad/app/breakpad_linux_impl.h |
index e1676d2cf2be5fc5453fe08c7e685fc639e01296..cd67989fa27950f687329ba0b2dd9336c2161473 100644 |
--- a/chrome/app/breakpad_linux_impl.h |
+++ b/components/breakpad/app/breakpad_linux_impl.h |
@@ -6,14 +6,16 @@ |
// shared between crash_handler_host_linux.cc and breakpad_linux.cc. It should |
// only be used in files compiled with linux_breakpad=1. |
-#ifndef CHROME_APP_BREAKPAD_LINUX_IMPL_H_ |
-#define CHROME_APP_BREAKPAD_LINUX_IMPL_H_ |
+#ifndef COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_ |
+#define COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_ |
#include <sys/types.h> |
#include "base/basictypes.h" |
#include "breakpad/src/common/simple_string_dictionary.h" |
-#include "chrome/app/breakpad_linux.h" |
+#include "components/breakpad/app/breakpad_linux.h" |
+ |
+namespace breakpad { |
typedef google_breakpad::NonAllocatingMap<256, 256, 64> CrashKeyStorage; |
@@ -59,4 +61,6 @@ struct BreakpadInfo { |
extern void HandleCrashDump(const BreakpadInfo& info); |
-#endif // CHROME_APP_BREAKPAD_LINUX_IMPL_H_ |
+} // namespace breakpad |
+ |
+#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_ |