diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system_proxy.cc')
-rw-r--r-- | chrome/browser/chromeos/drive/file_system_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/file_system_proxy.cc b/chrome/browser/chromeos/drive/file_system_proxy.cc index 1377ff7..2271049 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)); } |