Chromium Code Reviews

Unified Diff: snapshot/mac/mach_o_image_segment_reader_test.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « snapshot/mac/mach_o_image_segment_reader.cc ('k') | snapshot/mac/mach_o_image_symbol_table_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/mach_o_image_segment_reader_test.cc
diff --git a/util/mac/mach_o_image_segment_reader_test.cc b/snapshot/mac/mach_o_image_segment_reader_test.cc
similarity index 99%
rename from util/mac/mach_o_image_segment_reader_test.cc
rename to snapshot/mac/mach_o_image_segment_reader_test.cc
index d0e706f8b7121ff177b84769721bdd6208fc46d7..bf375af2fad0cf50b79d5698b4447249ce31b706 100644
--- a/util/mac/mach_o_image_segment_reader_test.cc
+++ b/snapshot/mac/mach_o_image_segment_reader_test.cc
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/mac/mach_o_image_segment_reader.h"
+#include "snapshot/mac/mach_o_image_segment_reader.h"
#include <mach-o/loader.h>
« no previous file with comments | « snapshot/mac/mach_o_image_segment_reader.cc ('k') | snapshot/mac/mach_o_image_symbol_table_reader.h » ('j') | no next file with comments »

Powered by Google App Engine