Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2335)

Unified Diff: base/files/file_util_proxy.h

Issue 12035111: Move file_util_proxy to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/file_util_proxy_unittest.cc ('k') | base/files/file_util_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « base/file_util_proxy_unittest.cc ('k') | base/files/file_util_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698