| Index: snapshot/mac/thread_snapshot_mac.h
|
| diff --git a/snapshot/thread_snapshot_mac.h b/snapshot/mac/thread_snapshot_mac.h
|
| similarity index 92%
|
| rename from snapshot/thread_snapshot_mac.h
|
| rename to snapshot/mac/thread_snapshot_mac.h
|
| index b9982093809598ce76a745bb13aa92dccd4831ce..1a9634aa5d3df4089e9f65711c577bb1d662b634 100644
|
| --- a/snapshot/thread_snapshot_mac.h
|
| +++ b/snapshot/mac/thread_snapshot_mac.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_SNAPSHOT_THREAD_SNAPSHOT_MAC_H_
|
| -#define CRASHPAD_SNAPSHOT_THREAD_SNAPSHOT_MAC_H_
|
| +#ifndef CRASHPAD_SNAPSHOT_MAC_THREAD_SNAPSHOT_MAC_H_
|
| +#define CRASHPAD_SNAPSHOT_MAC_THREAD_SNAPSHOT_MAC_H_
|
|
|
| #include <mach/mach.h>
|
| #include <stdint.h>
|
| @@ -21,8 +21,8 @@
|
| #include "base/basictypes.h"
|
| #include "build/build_config.h"
|
| #include "snapshot/cpu_context.h"
|
| +#include "snapshot/mac/memory_snapshot_mac.h"
|
| #include "snapshot/memory_snapshot.h"
|
| -#include "snapshot/memory_snapshot_mac.h"
|
| #include "snapshot/thread_snapshot.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
|
|
| @@ -82,4 +82,4 @@ class ThreadSnapshotMac final : public ThreadSnapshot {
|
| } // namespace internal
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_SNAPSHOT_THREAD_SNAPSHOT_MAC_H_
|
| +#endif // CRASHPAD_SNAPSHOT_MAC_THREAD_SNAPSHOT_MAC_H_
|
|
|