| Index: snapshot/mac/cpu_context_mac.h
|
| diff --git a/snapshot/cpu_context_mac.h b/snapshot/mac/cpu_context_mac.h
|
| similarity index 97%
|
| rename from snapshot/cpu_context_mac.h
|
| rename to snapshot/mac/cpu_context_mac.h
|
| index 2435b7909ecf6acc881a79928231dd0524dcea9f..d8086378596f58b05366e0f92c46eca7bb7a668d 100644
|
| --- a/snapshot/cpu_context_mac.h
|
| +++ b/snapshot/mac/cpu_context_mac.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_SNAPSHOT_SNAPSHOT_CPU_CONTEXT_MAC_H_
|
| -#define CRASHPAD_SNAPSHOT_SNAPSHOT_CPU_CONTEXT_MAC_H_
|
| +#ifndef CRASHPAD_SNAPSHOT_MAC_SNAPSHOT_CPU_CONTEXT_MAC_H_
|
| +#define CRASHPAD_SNAPSHOT_MAC_SNAPSHOT_CPU_CONTEXT_MAC_H_
|
|
|
| #include <mach/mach.h>
|
|
|
| @@ -112,4 +112,4 @@ void InitializeCPUContextX86_64(CPUContextX86_64* context,
|
| } // namespace internal
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_SNAPSHOT_SNAPSHOT_CPU_CONTEXT_MAC_H_
|
| +#endif // CRASHPAD_SNAPSHOT_MAC_SNAPSHOT_CPU_CONTEXT_MAC_H_
|
|
|