| Index: base/files/file_util_proxy.h
|
| diff --git a/base/file_util_proxy.h b/base/files/file_util_proxy.h
|
| similarity index 98%
|
| rename from base/file_util_proxy.h
|
| rename to base/files/file_util_proxy.h
|
| index c3e60a39df3a166e687dee4d13d4aa787d3ca57e..8cbdfcbb4a3d6e7b7573313bde2e6266d3e88f36 100644
|
| --- a/base/file_util_proxy.h
|
| +++ b/base/files/file_util_proxy.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_FILE_UTIL_PROXY_H_
|
| -#define BASE_FILE_UTIL_PROXY_H_
|
| +#ifndef BASE_FILES_FILE_UTIL_PROXY_H_
|
| +#define BASE_FILES_FILE_UTIL_PROXY_H_
|
|
|
| #include "base/base_export.h"
|
| #include "base/callback_forward.h"
|
| @@ -208,4 +208,4 @@ class BASE_EXPORT FileUtilProxy {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_FILE_UTIL_PROXY_H_
|
| +#endif // BASE_FILES_FILE_UTIL_PROXY_H_
|
|
|