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); |
}; |