Index: chrome/browser/chromeos/drive/drive_file_system_util.h |
diff --git a/chrome/browser/chromeos/drive/drive_file_system_util.h b/chrome/browser/chromeos/drive/drive_file_system_util.h |
index 0255908486f9e9245b32e316bdb6d075f5dc73f3..01ab9839a644ffb1e881a6d78a3b2f374f35aab2 100644 |
--- a/chrome/browser/chromeos/drive/drive_file_system_util.h |
+++ b/chrome/browser/chromeos/drive/drive_file_system_util.h |
@@ -90,9 +90,8 @@ const std::string& GetDriveMountPointPathAsString(); |
const base::FilePath& GetSpecialRemoteRootPath(); |
// Returns the gdata file resource url formatted as |
-// chrome://drive/<resource_id>/<file_name>. |
-GURL GetFileResourceUrl(const std::string& resource_id, |
- const std::string& file_name); |
+// drive:<path> |
+GURL GetFileResourceUrl(const base::FilePath& path); |
// Given a profile and a drive_cache_path, return the file resource url. |
void ModifyDriveFileResourceUrl(Profile* profile, |