summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/file_system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system.cc')
-rw-r--r--chrome/browser/chromeos/drive/file_system.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/drive/file_system.cc b/chrome/browser/chromeos/drive/file_system.cc
index e8e2a0e..975fbd5 100644
--- a/chrome/browser/chromeos/drive/file_system.cc
+++ b/chrome/browser/chromeos/drive/file_system.cc
@@ -420,8 +420,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,