| Index: chrome/browser/chromeos/drive/drive_feed_processor.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_feed_processor.cc b/chrome/browser/chromeos/drive/drive_feed_processor.cc
|
| index f8fe8bd4f188a96ddf098df83192401a53ff7e53..7822dd40173b91a4c13af9d6d847aa9538edd35b 100644
|
| --- a/chrome/browser/chromeos/drive/drive_feed_processor.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_feed_processor.cc
|
| @@ -89,6 +89,7 @@ void DriveFeedProcessor::ApplyFeedFromFileUrlMap(
|
|
|
| scoped_ptr<DriveResourceMetadata> orphaned_resources(
|
| new DriveResourceMetadata);
|
| + orphaned_resources->InitializeRootEntry("orphanedroot");
|
| // Go through all entries generated by the feed and apply them to the local
|
| // snapshot of the file system.
|
| for (FileResourceIdMap::iterator it = file_map->begin();
|
|
|