Index: snapshot/mac/system_snapshot_mac_test.cc |
diff --git a/snapshot/system_snapshot_mac_test.cc b/snapshot/mac/system_snapshot_mac_test.cc |
similarity index 98% |
rename from snapshot/system_snapshot_mac_test.cc |
rename to snapshot/mac/system_snapshot_mac_test.cc |
index f7f1652cbe86700b6a1c63f6371bd7337c445d93..b69ccac20d2001f34a2226d70b917d0ec51ccf76 100644 |
--- a/snapshot/system_snapshot_mac_test.cc |
+++ b/snapshot/mac/system_snapshot_mac_test.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/time.h> |
#include <time.h> |
@@ -21,8 +21,8 @@ |
#include "build/build_config.h" |
#include "gtest/gtest.h" |
+#include "snapshot/mac/process_reader.h" |
#include "util/mac/mac_util.h" |
-#include "util/mac/process_reader.h" |
#include "util/test/errors.h" |
namespace crashpad { |