Index: snapshot/mac/mach_o_image_reader_test.cc |
diff --git a/util/mac/mach_o_image_reader_test.cc b/snapshot/mac/mach_o_image_reader_test.cc |
similarity index 99% |
rename from util/mac/mach_o_image_reader_test.cc |
rename to snapshot/mac/mach_o_image_reader_test.cc |
index b7485dca3f5d7d38a1573c187b3f42be58f391bf..57dc28edda500d6ffbc3aabf7767d2df88214524 100644 |
--- a/util/mac/mach_o_image_reader_test.cc |
+++ b/snapshot/mac/mach_o_image_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_reader.h" |
+#include "snapshot/mac/mach_o_image_reader.h" |
#include <AvailabilityMacros.h> |
#include <dlfcn.h> |
@@ -27,9 +27,9 @@ |
#include "base/strings/stringprintf.h" |
#include "build/build_config.h" |
#include "gtest/gtest.h" |
-#include "util/mac/mach_o_image_segment_reader.h" |
-#include "util/mac/process_reader.h" |
-#include "util/mac/process_types.h" |
+#include "snapshot/mac/mach_o_image_segment_reader.h" |
+#include "snapshot/mac/process_reader.h" |
+#include "snapshot/mac/process_types.h" |
#include "util/misc/uuid.h" |
#include "util/test/mac/dyld.h" |