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

Unified Diff: snapshot/mac/process_types/custom.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
Index: snapshot/mac/process_types/custom.cc
diff --git a/util/mac/process_types/custom.cc b/snapshot/mac/process_types/custom.cc
similarity index 96%
rename from util/mac/process_types/custom.cc
rename to snapshot/mac/process_types/custom.cc
index 1de19ff9219d50968978c9d550ef777099627475..49553cf95f1cc6f9c25880a04c6e89d286dbf8b4 100644
--- a/util/mac/process_types/custom.cc
+++ b/snapshot/mac/process_types/custom.cc
@@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/mac/process_types.h"
+#include "snapshot/mac/process_types.h"
#include <string.h>
-#include "util/mac/process_types/internal.h"
+#include "snapshot/mac/process_types/internal.h"
#include "util/mach/task_memory.h"
namespace crashpad {
@@ -86,7 +86,7 @@ bool dyld_all_image_infos<Traits>::ReadInto(
mach_vm_address_t, \
dyld_all_image_infos<Traits##lp_bits>*);
-#include "util/mac/process_types/flavors.h"
+#include "snapshot/mac/process_types/flavors.h"
#undef PROCESS_TYPE_FLAVOR_TRAITS
« no previous file with comments | « snapshot/mac/process_types/crashreporterclient.proctype ('k') | snapshot/mac/process_types/dyld_images.proctype » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698