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

Unified Diff: snapshot/mac/process_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. 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/process_reader.cc ('k') | snapshot/mac/process_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/process_reader_test.cc
diff --git a/util/mac/process_reader_test.cc b/snapshot/mac/process_reader_test.cc
similarity index 99%
rename from util/mac/process_reader_test.cc
rename to snapshot/mac/process_reader_test.cc
index d33ebbf363f748dd02d4c4358974c0e00a58cc3f..5a556f202ad65ee6a3fd3b2ad6cea712a91b86ea 100644
--- a/util/mac/process_reader_test.cc
+++ b/snapshot/mac/process_reader_test.cc
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/mac/process_reader.h"
+#include "snapshot/mac/process_reader.h"
#include <mach-o/dyld.h>
#include <mach-o/dyld_images.h>
@@ -30,8 +30,8 @@
#include "base/strings/stringprintf.h"
#include "build/build_config.h"
#include "gtest/gtest.h"
+#include "snapshot/mac/mach_o_image_reader.h"
#include "util/file/fd_io.h"
-#include "util/mac/mach_o_image_reader.h"
#include "util/mach/mach_extensions.h"
#include "util/stdlib/pointer_container.h"
#include "util/synchronization/semaphore.h"
« no previous file with comments | « snapshot/mac/process_reader.cc ('k') | snapshot/mac/process_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698