| Index: snapshot/mac/exception_snapshot_mac.h
|
| diff --git a/snapshot/exception_snapshot_mac.h b/snapshot/mac/exception_snapshot_mac.h
|
| similarity index 94%
|
| rename from snapshot/exception_snapshot_mac.h
|
| rename to snapshot/mac/exception_snapshot_mac.h
|
| index f0fc8e67ff35b1aa3cff01f01c67574e8d36b92f..51df82245a7148d868d46bea8cdd77e42fec219a 100644
|
| --- a/snapshot/exception_snapshot_mac.h
|
| +++ b/snapshot/mac/exception_snapshot_mac.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_SNAPSHOT_EXCEPTION_SNAPSHOT_MAC_H_
|
| -#define CRASHPAD_SNAPSHOT_EXCEPTION_SNAPSHOT_MAC_H_
|
| +#ifndef CRASHPAD_SNAPSHOT_MAC_EXCEPTION_SNAPSHOT_MAC_H_
|
| +#define CRASHPAD_SNAPSHOT_MAC_EXCEPTION_SNAPSHOT_MAC_H_
|
|
|
| #include <mach/mach.h>
|
| #include <stdint.h>
|
| @@ -88,4 +88,4 @@ class ExceptionSnapshotMac final : public ExceptionSnapshot {
|
| } // namespace internal
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_SNAPSHOT_EXCEPTION_SNAPSHOT_MAC_H_
|
| +#endif // CRASHPAD_SNAPSHOT_MAC_EXCEPTION_SNAPSHOT_MAC_H_
|
|
|