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

Unified Diff: snapshot/mac/system_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/system_snapshot_mac.h ('k') | snapshot/mac/system_snapshot_mac_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/system_snapshot_mac.cc
diff --git a/snapshot/system_snapshot_mac.cc b/snapshot/mac/system_snapshot_mac.cc
similarity index 99%
rename from snapshot/system_snapshot_mac.cc
rename to snapshot/mac/system_snapshot_mac.cc
index 2f6e6985d0fe8e619f46ed5cbc25e5ee050438e4..185372dd29a45c71dcd4e5130f5bf7590bc3340e 100644
--- a/snapshot/system_snapshot_mac.cc
+++ b/snapshot/mac/system_snapshot_mac.cc
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "snapshot/system_snapshot_mac.h"
+#include "snapshot/mac/system_snapshot_mac.h"
#include <sys/sysctl.h>
#include <sys/types.h>
@@ -23,8 +23,8 @@
#include "base/strings/stringprintf.h"
#include "build/build_config.h"
#include "snapshot/cpu_context.h"
+#include "snapshot/mac/process_reader.h"
#include "util/mac/mac_util.h"
-#include "util/mac/process_reader.h"
#include "util/numeric/in_range_cast.h"
namespace crashpad {
« no previous file with comments | « snapshot/mac/system_snapshot_mac.h ('k') | snapshot/mac/system_snapshot_mac_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698