Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: snapshot/mac/process_types.h

Issue 666483002: Create snapshot/mac and move some files from snapshot and util to there (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad/+/master
Patch Set: Move process_reader, process_types, and mach_o_image*_reader from util/mac to snapshot/mac Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « snapshot/mac/process_reader_test.cc ('k') | snapshot/mac/process_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « snapshot/mac/process_reader_test.cc ('k') | snapshot/mac/process_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698