| Index: chrome/browser/chromeos/drive/file_system/touch_operation.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/touch_operation.h b/chrome/browser/chromeos/drive/file_system/touch_operation.h
|
| index 7a1cb3183f956de2068c6e91d8c31741ca953f68..7a5151585148d0773466020cbba9a49ad66cd72a 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/touch_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/touch_operation.h
|
| @@ -52,6 +52,7 @@ class TouchOperation {
|
| // Part of TouchFile(). Runs after updating the local state.
|
| void TouchFileAfterUpdateLocalState(const base::FilePath& file_path,
|
| const FileOperationCallback& callback,
|
| + const ResourceEntry* entry,
|
| const std::string* local_id,
|
| FileError error);
|
|
|
|
|