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

Unified Diff: base/file_util_proxy.h

Issue 3357003: Change file_util_proxy::Entry::isDirectory to is_directory. (Closed)
Patch Set: Created 10 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 | « no previous file | base/file_util_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_util_proxy.h
diff --git a/base/file_util_proxy.h b/base/file_util_proxy.h
index dec06e392c7051b1360f34da37a00b4c58895deb..3fe7d580b34e7f68daa72d65fee589227e888283 100644
--- a/base/file_util_proxy.h
+++ b/base/file_util_proxy.h
@@ -21,11 +21,13 @@ struct FileInfo;
namespace base {
namespace file_util_proxy {
- // Holds metadata for file or directory entry.
+
+// Holds metadata for file or directory entry.
struct Entry {
FilePath::StringType name;
- bool isDirectory;
+ bool is_directory;
};
+
} // namespace file_util_proxy
class MessageLoopProxy;
« no previous file with comments | « no previous file | base/file_util_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698