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

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

Issue 18344013: fileapi: Rename FileSystemMountProvider to FileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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.cc
diff --git a/chrome/browser/chromeos/drive/file_system_proxy.cc b/chrome/browser/chromeos/drive/file_system_proxy.cc
index 1377ff73a8dd9ee05307fe683b3e38294a6ab2c7..2271049e9cc1fa70c6a117b9eb043d8fe328feef 100644
--- a/chrome/browser/chromeos/drive/file_system_proxy.cc
+++ b/chrome/browser/chromeos/drive/file_system_proxy.cc
@@ -383,7 +383,7 @@ FileSystemProxy::CreateFileStreamReader(
}
FileSystemProxy::~FileSystemProxy() {
- // Should be deleted from the CrosMountPointProvider on UI thread.
+ // Should be deleted from the FileSystemBackend on UI thread.
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
}

Powered by Google App Engine
This is Rietveld 408576698