| 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_
|
|
|