Index: chrome/browser/sync_file_system/drive_backend/metadata_database_index.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h b/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h |
index 61f2c2b86b62f6d82531deebb8535ce4d1ee4d6f..8dba9a247a295efc92833a99b01c361c8bec65aa 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h |
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database_index.h |
@@ -84,6 +84,8 @@ class MetadataDatabaseIndex : public MetadataDatabaseIndexInterface { |
virtual std::string PickMultiTrackerFileID() const OVERRIDE; |
virtual ParentIDAndTitle PickMultiBackingFilePath() const OVERRIDE; |
virtual int64 PickDirtyTracker() const OVERRIDE; |
+ virtual void EnumerateDirtyTrackers( |
+ const TrackerIDCallback& callback) const OVERRIDE; |
virtual void DemoteDirtyTracker(int64 tracker_id) OVERRIDE; |
virtual bool HasDemotedDirtyTracker() const OVERRIDE; |
virtual void PromoteDemotedDirtyTrackers() OVERRIDE; |