| Index: snapshot/mac/exception_snapshot_mac.cc
|
| diff --git a/snapshot/exception_snapshot_mac.cc b/snapshot/mac/exception_snapshot_mac.cc
|
| similarity index 97%
|
| rename from snapshot/exception_snapshot_mac.cc
|
| rename to snapshot/mac/exception_snapshot_mac.cc
|
| index 2a67ea95dd676cac68f8aaaa7983eeec55636493..95d8c620c73cde36c21ab923b750d9cf6caa95b4 100644
|
| --- a/snapshot/exception_snapshot_mac.cc
|
| +++ b/snapshot/mac/exception_snapshot_mac.cc
|
| @@ -12,12 +12,12 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#include "snapshot/exception_snapshot_mac.h"
|
| +#include "snapshot/mac/exception_snapshot_mac.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "snapshot/cpu_context_mac.h"
|
| -#include "util/mac/process_reader.h"
|
| +#include "snapshot/mac/cpu_context_mac.h"
|
| +#include "snapshot/mac/process_reader.h"
|
| #include "util/mach/exc_server_variants.h"
|
| #include "util/numeric/safe_assignment.h"
|
|
|
|
|