Index: chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc (revision 151007) |
+++ chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc (working copy) |
@@ -285,8 +285,7 @@ |
feed->entries().begin(); |
iter != feed->entries().end(); ++iter) { |
DocumentEntry* doc = *iter; |
- GDataEntry* entry = GDataEntry::FromDocumentEntry( |
- NULL, doc, directory_service_); |
+ GDataEntry* entry = directory_service_->FromDocumentEntry(doc); |
// Some document entries don't map into files (i.e. sites). |
if (!entry) |
continue; |