| 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));
|
| }
|
|
|
|
|