Index: snapshot/mac/mach_o_image_segment_reader.h |
diff --git a/util/mac/mach_o_image_segment_reader.h b/snapshot/mac/mach_o_image_segment_reader.h |
similarity index 98% |
rename from util/mac/mach_o_image_segment_reader.h |
rename to snapshot/mac/mach_o_image_segment_reader.h |
index 2f5c57e0718f726b4a671bceffb6d1e59f0aad51..16b0fe33d139e78bb2d69fbfd8c668305b952222 100644 |
--- a/util/mac/mach_o_image_segment_reader.h |
+++ b/snapshot/mac/mach_o_image_segment_reader.h |
@@ -12,8 +12,8 @@ |
// See the License for the specific language governing permissions and |
// limitations under the License. |
-#ifndef CRASHPAD_UTIL_MAC_MACH_O_IMAGE_SEGMENT_READER_H_ |
-#define CRASHPAD_UTIL_MAC_MACH_O_IMAGE_SEGMENT_READER_H_ |
+#ifndef CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SEGMENT_READER_H_ |
+#define CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SEGMENT_READER_H_ |
#include <mach/mach.h> |
#include <stdint.h> |
@@ -24,7 +24,7 @@ |
#include <vector> |
#include "base/basictypes.h" |
-#include "util/mac/process_types.h" |
+#include "snapshot/mac/process_types.h" |
#include "util/misc/initialization_state_dcheck.h" |
namespace crashpad { |
@@ -252,4 +252,4 @@ class MachOImageSegmentReader { |
} // namespace crashpad |
-#endif // CRASHPAD_UTIL_MAC_MACH_O_IMAGE_SEGMENT_READER_H_ |
+#endif // CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SEGMENT_READER_H_ |