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

Unified Diff: base/file_util_deprecated.h

Issue 9484003: Cleanup: Deprecate wstring version of file_util::CopyDirectory(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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.cc ('k') | base/file_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_util_deprecated.h
===================================================================
--- base/file_util_deprecated.h (revision 124714)
+++ base/file_util_deprecated.h (working copy)
@@ -34,13 +34,7 @@
BASE_EXPORT void AppendToPath(std::wstring* path,
const std::wstring& new_ending);
-// Use FilePath::Extension instead.
-BASE_EXPORT std::wstring GetFileExtensionFromPath(const std::wstring& path);
-
// Use version that takes a FilePath.
-BASE_EXPORT bool CopyDirectory(const std::wstring& from_path,
- const std::wstring& to_path,
- bool recursive);
BASE_EXPORT int ReadFile(const std::wstring& filename, char* data, int size);
BASE_EXPORT int WriteFile(const std::wstring& filename,
const char* data, int size);
« no previous file with comments | « base/file_util.cc ('k') | base/file_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698