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

Unified Diff: components/breakpad/app/breakpad_linux_impl.h

Issue 31243002: Move Linux/Android breakpad implementation to breakpad component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 2 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
« no previous file with comments | « components/breakpad/app/breakpad_linux.cc ('k') | components/breakpad/app/breakpad_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/breakpad/app/breakpad_linux.cc ('k') | components/breakpad/app/breakpad_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698