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

Unified Diff: snapshot/mac/cpu_context_mac.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/exception_snapshot_mac.cc ('k') | snapshot/mac/cpu_context_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/cpu_context_mac.h
diff --git a/snapshot/cpu_context_mac.h b/snapshot/mac/cpu_context_mac.h
similarity index 97%
rename from snapshot/cpu_context_mac.h
rename to snapshot/mac/cpu_context_mac.h
index 2435b7909ecf6acc881a79928231dd0524dcea9f..d8086378596f58b05366e0f92c46eca7bb7a668d 100644
--- a/snapshot/cpu_context_mac.h
+++ b/snapshot/mac/cpu_context_mac.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_SNAPSHOT_SNAPSHOT_CPU_CONTEXT_MAC_H_
-#define CRASHPAD_SNAPSHOT_SNAPSHOT_CPU_CONTEXT_MAC_H_
+#ifndef CRASHPAD_SNAPSHOT_MAC_SNAPSHOT_CPU_CONTEXT_MAC_H_
+#define CRASHPAD_SNAPSHOT_MAC_SNAPSHOT_CPU_CONTEXT_MAC_H_
#include <mach/mach.h>
@@ -112,4 +112,4 @@ void InitializeCPUContextX86_64(CPUContextX86_64* context,
} // namespace internal
} // namespace crashpad
-#endif // CRASHPAD_SNAPSHOT_SNAPSHOT_CPU_CONTEXT_MAC_H_
+#endif // CRASHPAD_SNAPSHOT_MAC_SNAPSHOT_CPU_CONTEXT_MAC_H_
« no previous file with comments | « snapshot/exception_snapshot_mac.cc ('k') | snapshot/mac/cpu_context_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698