| Index: snapshot/mac/system_snapshot_mac.h
|
| diff --git a/snapshot/system_snapshot_mac.h b/snapshot/mac/system_snapshot_mac.h
|
| similarity index 95%
|
| rename from snapshot/system_snapshot_mac.h
|
| rename to snapshot/mac/system_snapshot_mac.h
|
| index 3eadc372952fb03641bcd686e466bcbe9e8ff297..b364688f592c3bab6fd9fa9c2f7a23bc6ef7131a 100644
|
| --- a/snapshot/system_snapshot_mac.h
|
| +++ b/snapshot/mac/system_snapshot_mac.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_SNAPSHOT_SYSTEM_SNAPSHOT_MAC_H_
|
| -#define CRASHPAD_SNAPSHOT_SYSTEM_SNAPSHOT_MAC_H_
|
| +#ifndef CRASHPAD_SNAPSHOT_MAC_SYSTEM_SNAPSHOT_MAC_H_
|
| +#define CRASHPAD_SNAPSHOT_MAC_SYSTEM_SNAPSHOT_MAC_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -98,4 +98,4 @@ class SystemSnapshotMac final : public SystemSnapshot {
|
| } // namespace internal
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_SNAPSHOT_SYSTEM_SNAPSHOT_MAC_H_
|
| +#endif // CRASHPAD_SNAPSHOT_MAC_SYSTEM_SNAPSHOT_MAC_H_
|
|
|