| Index: chrome/browser/chromeos/drive/drive_file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_file_system.cc b/chrome/browser/chromeos/drive/drive_file_system.cc
|
| index a212015fb734d3691893f933274fe3153e40fb69..cbea24fe21d4b0f4b0d0e80ee608c1bf2dea3ac6 100644
|
| --- a/chrome/browser/chromeos/drive/drive_file_system.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_file_system.cc
|
| @@ -355,7 +355,7 @@ void DriveFileSystem::StopPolling() {
|
| // twice. First is just after unmounting on filesystem, second is after
|
| // unmounting on filemanager on JS. In other words, if this is called from
|
| // DriveSystemService::RemoveDriveMountPoint(), this will be called again from
|
| - // FileBrowserEventRouter::HandleRemoteUpdateRequestOnUIThread().
|
| + // FileManagerEventRouter::HandleRemoteUpdateRequestOnUIThread().
|
| // We choose to stopping updates asynchronous without waiting for filemanager,
|
| // rather than waiting for completion of unmounting on filemanager.
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|