| Index: snapshot/mac/process_types/custom.cc
 | 
| diff --git a/util/mac/process_types/custom.cc b/snapshot/mac/process_types/custom.cc
 | 
| similarity index 96%
 | 
| rename from util/mac/process_types/custom.cc
 | 
| rename to snapshot/mac/process_types/custom.cc
 | 
| index 1de19ff9219d50968978c9d550ef777099627475..49553cf95f1cc6f9c25880a04c6e89d286dbf8b4 100644
 | 
| --- a/util/mac/process_types/custom.cc
 | 
| +++ b/snapshot/mac/process_types/custom.cc
 | 
| @@ -12,11 +12,11 @@
 | 
|  // See the License for the specific language governing permissions and
 | 
|  // limitations under the License.
 | 
|  
 | 
| -#include "util/mac/process_types.h"
 | 
| +#include "snapshot/mac/process_types.h"
 | 
|  
 | 
|  #include <string.h>
 | 
|  
 | 
| -#include "util/mac/process_types/internal.h"
 | 
| +#include "snapshot/mac/process_types/internal.h"
 | 
|  #include "util/mach/task_memory.h"
 | 
|  
 | 
|  namespace crashpad {
 | 
| @@ -86,7 +86,7 @@ bool dyld_all_image_infos<Traits>::ReadInto(
 | 
|        mach_vm_address_t,                                         \
 | 
|        dyld_all_image_infos<Traits##lp_bits>*);
 | 
|  
 | 
| -#include "util/mac/process_types/flavors.h"
 | 
| +#include "snapshot/mac/process_types/flavors.h"
 | 
|  
 | 
|  #undef PROCESS_TYPE_FLAVOR_TRAITS
 | 
|  
 | 
| 
 |