| Index: snapshot/mac/memory_snapshot_mac.h
|
| diff --git a/snapshot/memory_snapshot_mac.h b/snapshot/mac/memory_snapshot_mac.h
|
| similarity index 91%
|
| rename from snapshot/memory_snapshot_mac.h
|
| rename to snapshot/mac/memory_snapshot_mac.h
|
| index 6754b4216dc219e51d41b005654f1a5d6cbec1af..618cd1f78a88569cc4a769b735b6dad6a9b83183 100644
|
| --- a/snapshot/memory_snapshot_mac.h
|
| +++ b/snapshot/mac/memory_snapshot_mac.h
|
| @@ -12,15 +12,15 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_SNAPSHOT_MEMORY_SNAPSHOT_MAC_H_
|
| -#define CRASHPAD_SNAPSHOT_MEMORY_SNAPSHOT_MAC_H_
|
| +#ifndef CRASHPAD_SNAPSHOT_MAC_MEMORY_SNAPSHOT_MAC_H_
|
| +#define CRASHPAD_SNAPSHOT_MAC_MEMORY_SNAPSHOT_MAC_H_
|
|
|
| #include <stdint.h>
|
| #include <sys/types.h>
|
|
|
| #include "base/basictypes.h"
|
| +#include "snapshot/mac/process_reader.h"
|
| #include "snapshot/memory_snapshot.h"
|
| -#include "util/mac/process_reader.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
|
|
| namespace crashpad {
|
| @@ -65,4 +65,4 @@ class MemorySnapshotMac final : public MemorySnapshot {
|
| } // namespace internal
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_SNAPSHOT_MEMORY_SNAPSHOT_MAC_H_
|
| +#endif // CRASHPAD_SNAPSHOT_MAC_MEMORY_SNAPSHOT_MAC_H_
|
|
|