| Index: snapshot/mac/process_types.h
|
| diff --git a/util/mac/process_types.h b/snapshot/mac/process_types.h
|
| similarity index 96%
|
| rename from util/mac/process_types.h
|
| rename to snapshot/mac/process_types.h
|
| index 00e08030c72b56d0b3b9be032ce0d42caa02d8df..4915169b9c38fdc545a439a026773946427e3b6a 100644
|
| --- a/util/mac/process_types.h
|
| +++ b/snapshot/mac/process_types.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_MAC_PROCESS_TYPES_H_
|
| -#define CRASHPAD_UTIL_MAC_PROCESS_TYPES_H_
|
| +#ifndef CRASHPAD_SNAPSHOT_MAC_PROCESS_TYPES_H_
|
| +#define CRASHPAD_SNAPSHOT_MAC_PROCESS_TYPES_H_
|
|
|
| #include <mach/mach.h>
|
| #include <mach-o/dyld_images.h>
|
| @@ -21,7 +21,7 @@
|
| #include <stdint.h>
|
| #include <sys/types.h>
|
|
|
| -#include "util/mac/process_reader.h"
|
| +#include "snapshot/mac/process_reader.h"
|
|
|
| namespace crashpad {
|
| namespace process_types {
|
| @@ -38,7 +38,7 @@ typedef uint32_t Reserved64Only64;
|
| } // namespace process_types
|
| } // namespace crashpad
|
|
|
| -#include "util/mac/process_types/traits.h"
|
| +#include "snapshot/mac/process_types/traits.h"
|
|
|
| // Creates the traits type crashpad::process_types::internal::TraitsGeneric.
|
| DECLARE_PROCESS_TYPE_TRAITS_CLASS(Generic, 64)
|
| @@ -111,7 +111,7 @@ DECLARE_PROCESS_TYPE_TRAITS_CLASS(Generic, 64)
|
| } /* namespace process_types */ \
|
| } /* namespace crashpad */
|
|
|
| -#include "util/mac/process_types/all.proctype"
|
| +#include "snapshot/mac/process_types/all.proctype"
|
|
|
| #undef PROCESS_TYPE_STRUCT_BEGIN
|
| #undef PROCESS_TYPE_STRUCT_MEMBER
|
| @@ -173,11 +173,11 @@ DECLARE_PROCESS_TYPE_TRAITS_CLASS(Generic, 64)
|
| } /* namespace process_types */ \
|
| } /* namespace crashpad */
|
|
|
| -#include "util/mac/process_types/all.proctype"
|
| +#include "snapshot/mac/process_types/all.proctype"
|
|
|
| #undef PROCESS_TYPE_STRUCT_BEGIN
|
| #undef PROCESS_TYPE_STRUCT_MEMBER
|
| #undef PROCESS_TYPE_STRUCT_END
|
| #undef PROCESS_TYPE_STRUCT_DECLARE_INTERNAL
|
|
|
| -#endif // CRASHPAD_UTIL_MAC_PROCESS_TYPES_H_
|
| +#endif // CRASHPAD_SNAPSHOT_MAC_PROCESS_TYPES_H_
|
|
|