| Index: base/files/file_util_mac.mm
|
| diff --git a/base/file_util_mac.mm b/base/files/file_util_mac.mm
|
| similarity index 97%
|
| rename from base/file_util_mac.mm
|
| rename to base/files/file_util_mac.mm
|
| index 4aa6d552a76a877b7c428a3d5a49cf9ec3946160..695935a2e31fe162b1690b1b3d28f60c4e09d732 100644
|
| --- a/base/file_util_mac.mm
|
| +++ b/base/files/file_util_mac.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/file_util.h"
|
| +#include "base/files/file_util.h"
|
|
|
| #import <Foundation/Foundation.h>
|
| #include <copyfile.h>
|
|
|