| Index: snapshot/mac/thread_snapshot_mac.cc
|
| diff --git a/snapshot/thread_snapshot_mac.cc b/snapshot/mac/thread_snapshot_mac.cc
|
| similarity index 96%
|
| rename from snapshot/thread_snapshot_mac.cc
|
| rename to snapshot/mac/thread_snapshot_mac.cc
|
| index 71de1fc2565188c5b0e9a84456640a71f36295c7..0b7607cace2378fbc1a5b320d1b1ef8969085f5f 100644
|
| --- a/snapshot/thread_snapshot_mac.cc
|
| +++ b/snapshot/mac/thread_snapshot_mac.cc
|
| @@ -12,11 +12,11 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#include "snapshot/thread_snapshot_mac.h"
|
| +#include "snapshot/mac/thread_snapshot_mac.h"
|
|
|
| #include "base/logging.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"
|
|
|
| namespace crashpad {
|
| namespace internal {
|
|
|