| Index: chrome/browser/chromeos/drive/file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system.cc b/chrome/browser/chromeos/drive/file_system.cc
|
| index bb7ff1adab678f1196ae261091e838db64d22da2..f478927a99a56aac87f817ddffce3e035c93b5b0 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system.cc
|
| @@ -419,8 +419,8 @@ void FileSystem::TouchFile(const base::FilePath& file_path,
|
| DCHECK(!last_modified_time.is_null());
|
| DCHECK(!callback.is_null());
|
|
|
| - // TODO(hidehiko): Implement this (crbug.com/144369).
|
| - NOTIMPLEMENTED();
|
| + drive_operations_.TouchFile(
|
| + file_path, last_access_time, last_modified_time, callback);
|
| }
|
|
|
| void FileSystem::Pin(const base::FilePath& file_path,
|
|
|