| Index: snapshot/mac/process_reader.cc
|
| diff --git a/util/mac/process_reader.cc b/snapshot/mac/process_reader.cc
|
| similarity index 99%
|
| rename from util/mac/process_reader.cc
|
| rename to snapshot/mac/process_reader.cc
|
| index c142080b6bd32f741981fa379096de3a6788625b..444af86e2cb4c80e597e387c81262f8f2b0fe178 100644
|
| --- a/util/mac/process_reader.cc
|
| +++ b/snapshot/mac/process_reader.cc
|
| @@ -12,7 +12,7 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#include "util/mac/process_reader.h"
|
| +#include "snapshot/mac/process_reader.h"
|
|
|
| #include <AvailabilityMacros.h>
|
| #include <mach/mach_vm.h>
|
| @@ -25,8 +25,8 @@
|
| #include "base/mac/scoped_mach_port.h"
|
| #include "base/mac/scoped_mach_vm.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "util/mac/mach_o_image_reader.h"
|
| -#include "util/mac/process_types.h"
|
| +#include "snapshot/mac/mach_o_image_reader.h"
|
| +#include "snapshot/mac/process_types.h"
|
| #include "util/misc/scoped_forbid_return.h"
|
|
|
| namespace {
|
|
|