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

Unified Diff: snapshot/mac/exception_snapshot_mac.cc

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/exception_snapshot_mac.h ('k') | snapshot/mac/mach_o_image_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/exception_snapshot_mac.cc
diff --git a/snapshot/exception_snapshot_mac.cc b/snapshot/mac/exception_snapshot_mac.cc
similarity index 97%
rename from snapshot/exception_snapshot_mac.cc
rename to snapshot/mac/exception_snapshot_mac.cc
index 2a67ea95dd676cac68f8aaaa7983eeec55636493..95d8c620c73cde36c21ab923b750d9cf6caa95b4 100644
--- a/snapshot/exception_snapshot_mac.cc
+++ b/snapshot/mac/exception_snapshot_mac.cc
@@ -12,12 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "snapshot/exception_snapshot_mac.h"
+#include "snapshot/mac/exception_snapshot_mac.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"
-#include "snapshot/cpu_context_mac.h"
-#include "util/mac/process_reader.h"
+#include "snapshot/mac/cpu_context_mac.h"
+#include "snapshot/mac/process_reader.h"
#include "util/mach/exc_server_variants.h"
#include "util/numeric/safe_assignment.h"
« no previous file with comments | « snapshot/mac/exception_snapshot_mac.h ('k') | snapshot/mac/mach_o_image_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698