Index: chrome/browser/chromeos/drive/file_system_proxy.h |
diff --git a/chrome/browser/chromeos/drive/file_system_proxy.h b/chrome/browser/chromeos/drive/file_system_proxy.h |
index b10363f356eb3b344a06f0fb931242df4f7744ff..1aa52b3c41175acfcb206447108546b650177247 100644 |
--- a/chrome/browser/chromeos/drive/file_system_proxy.h |
+++ b/chrome/browser/chromeos/drive/file_system_proxy.h |
@@ -101,10 +101,10 @@ class FileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { |
// Helper method to call methods of DriveFilesSystem. This method aborts |
// method calls in case DetachFromFileSystem() has been called. |
- void CallDriveFileSystemMethodOnUIThread(const base::Closure& method_call); |
+ void CallFileSystemMethodOnUIThread(const base::Closure& method_call); |
- // Used to implement CallDriveFileSystemMethodOnUIThread. |
- void CallDriveFileSystemMethodOnUIThreadInternal( |
+ // Used to implement CallFileSystemMethodOnUIThread. |
+ void CallFileSystemMethodOnUIThreadInternal( |
const base::Closure& method_call); |
// Helper callback for relaying reply for status callbacks to the |