| Index: components/crash/app/breakpad_mac.h
|
| diff --git a/components/breakpad/app/breakpad_mac.h b/components/crash/app/breakpad_mac.h
|
| similarity index 82%
|
| rename from components/breakpad/app/breakpad_mac.h
|
| rename to components/crash/app/breakpad_mac.h
|
| index 1db6d7512d52078a5fd24e178f3ef1ad80e9399f..73f576a44251470526380ebae2e7d065389af635 100644
|
| --- a/components/breakpad/app/breakpad_mac.h
|
| +++ b/components/crash/app/breakpad_mac.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_BREAKPAD_APP_BREAKPAD_MAC_H_
|
| -#define COMPONENTS_BREAKPAD_APP_BREAKPAD_MAC_H_
|
| +#ifndef COMPONENTS_CRASH_APP_BREAKPAD_MAC_H_
|
| +#define COMPONENTS_CRASH_APP_BREAKPAD_MAC_H_
|
|
|
| #include <string>
|
|
|
| @@ -24,4 +24,4 @@ bool IsCrashReporterEnabled();
|
|
|
| } // namespace breakpad
|
|
|
| -#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_MAC_H_
|
| +#endif // COMPONENTS_CRASH_APP_BREAKPAD_MAC_H_
|
|
|