Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: chrome/browser/chromeos/drive/file_system_proxy.h

Issue 14755002: drive: Drop "Drive" from FakeDriveFileSystem and MockDriveFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more cleanup Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/drive_operations.cc ('k') | chrome/browser/chromeos/drive/file_system_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698