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

Unified Diff: net/base/directory_lister.cc

Issue 7618037: base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « content/browser/renderer_host/pepper_file_message_filter.cc ('k') | net/disk_cache/cache_util_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/directory_lister.cc
diff --git a/net/base/directory_lister.cc b/net/base/directory_lister.cc
index dc417566d7ffde2c3ef696778faf7fb4ea82c3da..ee1f1388b61e2a64e78d433528f28028b6096a01 100644
--- a/net/base/directory_lister.cc
+++ b/net/base/directory_lister.cc
@@ -196,7 +196,7 @@ void DirectoryLister::Core::StartInternal() {
types |= file_util::FileEnumerator::INCLUDE_DOT_DOT;
file_util::FileEnumerator file_enum(dir_, recursive_,
- static_cast<file_util::FileEnumerator::FILE_TYPE>(types));
+ static_cast<file_util::FileEnumerator::FileType>(types));
FilePath path;
while (lister_ && !(path = file_enum.Next()).empty()) {
« no previous file with comments | « content/browser/renderer_host/pepper_file_message_filter.cc ('k') | net/disk_cache/cache_util_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698