| Index: components/crash/app/breakpad_linux_impl.h
|
| diff --git a/components/breakpad/app/breakpad_linux_impl.h b/components/crash/app/breakpad_linux_impl.h
|
| similarity index 91%
|
| rename from components/breakpad/app/breakpad_linux_impl.h
|
| rename to components/crash/app/breakpad_linux_impl.h
|
| index f662236664546261db66d0fa97be59b20428dc82..b306e52ffd09887602909d49a932e8441439a520 100644
|
| --- a/components/breakpad/app/breakpad_linux_impl.h
|
| +++ b/components/crash/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_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_
|
| -#define COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_
|
| +#ifndef COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_
|
| +#define COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_
|
|
|
| #include <sys/types.h>
|
|
|
| #include "base/basictypes.h"
|
| #include "breakpad/src/common/simple_string_dictionary.h"
|
| -#include "components/breakpad/app/breakpad_linux.h"
|
| +#include "components/crash/app/breakpad_linux.h"
|
|
|
| namespace breakpad {
|
|
|
| @@ -62,4 +62,4 @@ extern void HandleCrashDump(const BreakpadInfo& info);
|
|
|
| } // namespace breakpad
|
|
|
| -#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_LINUX_IMPL_H_
|
| +#endif // COMPONENTS_CRASH_APP_BREAKPAD_LINUX_IMPL_H_
|
|
|