Index: chrome/browser/chromeos/drive/change_list_processor.h |
diff --git a/chrome/browser/chromeos/drive/change_list_processor.h b/chrome/browser/chromeos/drive/change_list_processor.h |
index c4eafcec3e004ad544bfdf7032c23f2d247bf672..03b8313003aafd75604b58b509de984a4cfca391 100644 |
--- a/chrome/browser/chromeos/drive/change_list_processor.h |
+++ b/chrome/browser/chromeos/drive/change_list_processor.h |
@@ -91,7 +91,11 @@ class ChangeListProcessor { |
private: |
// Applies the pre-processed feed from entry_proto_map_ onto the filesystem. |
- void ApplyEntryProtoMap(bool is_delta_feed); |
+ // If this is not delta feed update (i.e. |is_delta_feed| is false), |
+ // |about_resource| must not be null. |
+ void ApplyEntryProtoMap( |
+ bool is_delta_feed, |
+ scoped_ptr<google_apis::AboutResource> about_resource); |
// Apply the next item from entry_proto_map_ to the file system. The async |
// version posts to the message loop to avoid recursive stack-overflow. |