| Index: chrome/browser/chromeos/drive/drive_test_util.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_test_util.h b/chrome/browser/chromeos/drive/drive_test_util.h
|
| index d95a245a15f8d67ffb1354ecac836894b45c2dc9..f2bdb6d6629b2d735c7334b51d77fc98d2c0cd1a 100644
|
| --- a/chrome/browser/chromeos/drive/drive_test_util.h
|
| +++ b/chrome/browser/chromeos/drive/drive_test_util.h
|
| @@ -167,6 +167,7 @@ void CopyResultsFromCloseFileCallbackAndQuit(DriveFileError* out_error,
|
| bool LoadChangeFeed(const std::string& relative_path,
|
| ChangeListLoader* change_list_loader,
|
| bool is_delta_feed,
|
| + const std::string& root_resource_id,
|
| int64 root_feed_changestamp);
|
|
|
| // Helper to destroy objects which needs Destroy() to be called on destruction.
|
|
|