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

Unified Diff: chrome/browser/chromeos/drive/drive_files.h

Issue 12769002: chromeos: Merge DriveDirectory::child_fils_ and child_directories_ into one variable, children_ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 7 years, 9 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 | chrome/browser/chromeos/drive/drive_files.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/drive_files.h
diff --git a/chrome/browser/chromeos/drive/drive_files.h b/chrome/browser/chromeos/drive/drive_files.h
index fa0c2c24f537dfa9c240a351660694afff433d07..dab8a58585ccb692969f5ad59db22495f1c2f750 100644
--- a/chrome/browser/chromeos/drive/drive_files.h
+++ b/chrome/browser/chromeos/drive/drive_files.h
@@ -159,8 +159,7 @@ class DriveDirectory : public DriveEntry {
// Map between base_name and resource_id of files and directories.
typedef std::map<base::FilePath::StringType, std::string> ChildMap;
// Collection of children.
- ChildMap child_files_;
- ChildMap child_directories_;
+ ChildMap children_;
DISALLOW_COPY_AND_ASSIGN(DriveDirectory);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_files.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698