| Index: snapshot/mac/mach_o_image_symbol_table_reader.h
 | 
| diff --git a/util/mac/mach_o_image_symbol_table_reader.h b/snapshot/mac/mach_o_image_symbol_table_reader.h
 | 
| similarity index 94%
 | 
| rename from util/mac/mach_o_image_symbol_table_reader.h
 | 
| rename to snapshot/mac/mach_o_image_symbol_table_reader.h
 | 
| index 58741593523da3511c01d465281f17d034a3f478..5970be5c0cf619d8d9855bb551b79c343a8af770 100644
 | 
| --- a/util/mac/mach_o_image_symbol_table_reader.h
 | 
| +++ b/snapshot/mac/mach_o_image_symbol_table_reader.h
 | 
| @@ -12,8 +12,8 @@
 | 
|  // See the License for the specific language governing permissions and
 | 
|  // limitations under the License.
 | 
|  
 | 
| -#ifndef CRASHPAD_UTIL_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
 | 
| -#define CRASHPAD_UTIL_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
 | 
| +#ifndef CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
 | 
| +#define CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
 | 
|  
 | 
|  #include "base/basictypes.h"
 | 
|  
 | 
| @@ -23,9 +23,9 @@
 | 
|  #include <mach/mach.h>
 | 
|  #include <stdint.h>
 | 
|  
 | 
| -#include "util/mac/mach_o_image_segment_reader.h"
 | 
| -#include "util/mac/process_reader.h"
 | 
| -#include "util/mac/process_types.h"
 | 
| +#include "snapshot/mac/mach_o_image_segment_reader.h"
 | 
| +#include "snapshot/mac/process_reader.h"
 | 
| +#include "snapshot/mac/process_types.h"
 | 
|  #include "util/misc/initialization_state_dcheck.h"
 | 
|  
 | 
|  namespace crashpad {
 | 
| @@ -132,4 +132,4 @@ class MachOImageSymbolTableReader {
 | 
|  
 | 
|  }  // namespace crashpad
 | 
|  
 | 
| -#endif  // CRASHPAD_UTIL_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
 | 
| +#endif  // CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
 | 
| 
 |