Home | History | Annotate | Download | only in file_manager

Lines Matching defs:FileChangeMap

714   typedef std::map<base::FilePath, drive::FileChange> FileChangeMap;
716 FileChangeMap map;
725 for (FileChangeMap::const_iterator it = map.begin(); it != map.end(); it++) {