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

Unified Diff: components/breakpad/app/breakpad_linux.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_client.cc ('k') | components/breakpad/app/breakpad_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/breakpad_linux.h
diff --git a/chrome/app/breakpad_linux.h b/components/breakpad/app/breakpad_linux.h
similarity index 77%
rename from chrome/app/breakpad_linux.h
rename to components/breakpad/app/breakpad_linux.h
index 66927361593725ade4306d4df09df260f7ab1659..d2a67456adc8ca2542835d2b6d6c6512a36d9a43 100644
--- a/chrome/app/breakpad_linux.h
+++ b/components/breakpad/app/breakpad_linux.h
@@ -4,11 +4,13 @@
// Public interface for enabling Breakpad on Linux systems.
-#ifndef CHROME_APP_BREAKPAD_LINUX_H_
-#define CHROME_APP_BREAKPAD_LINUX_H_
+#ifndef COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_H_
+#define COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_H_
#include "build/build_config.h"
+namespace breakpad {
+
// Turns on the crash reporter in any process.
extern void InitCrashReporter();
@@ -22,4 +24,6 @@ extern void InitNonBrowserCrashReporterForAndroid();
// whether InitCrashReporter() is called.
bool IsCrashReporterEnabled();
-#endif // CHROME_APP_BREAKPAD_LINUX_H_
+} // namespace breakpad
+
+#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_H_
« no previous file with comments | « components/breakpad/app/breakpad_client.cc ('k') | components/breakpad/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698