Index: chrome/browser/chromeos/drive/file_system_interface.h |
diff --git a/chrome/browser/chromeos/drive/file_system_interface.h b/chrome/browser/chromeos/drive/file_system_interface.h |
index 6fa97152fa20733a20f43081391112d7b82ef3e2..3e13aa47b2a49d3cf02fecc7a982675cd2fb3574 100644 |
--- a/chrome/browser/chromeos/drive/file_system_interface.h |
+++ b/chrome/browser/chromeos/drive/file_system_interface.h |
@@ -169,7 +169,7 @@ class FileSystemInterface { |
// |callback| must not be null. |
virtual void GetResourceEntryById( |
const std::string& resource_id, |
- const GetResourceEntryWithFilePathCallback& callback) = 0; |
+ const GetResourceEntryCallback& callback) = 0; |
// Initiates transfer of |remote_src_file_path| to |local_dest_file_path|. |
// |remote_src_file_path| is the virtual source path on the Drive file system. |