| Index: chrome/browser/ui/views/select_file_dialog_extension.cc
|
| diff --git a/chrome/browser/ui/views/select_file_dialog_extension.cc b/chrome/browser/ui/views/select_file_dialog_extension.cc
|
| index 3257bab500ecc4e96cb2c10ab80651ef2aad2fcc..67c0bfd443afdec750e102869dd460557b15e66d 100644
|
| --- a/chrome/browser/ui/views/select_file_dialog_extension.cc
|
| +++ b/chrome/browser/ui/views/select_file_dialog_extension.cc
|
| @@ -163,7 +163,8 @@ void SelectFileDialogExtension::ExtensionTerminated(
|
| // reload the extension at all - when we try to open the extension the next
|
| // time, the extension subsystem would automatically reload it for us. At
|
| // this time though this is broken because of some faulty wiring in
|
| - // ExtensionProcessManager::CreateViewHost. Once that is fixed, remove this.
|
| + // extensions::ProcessManager::CreateViewHost. Once that is fixed, remove
|
| + // this.
|
| if (profile_) {
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
|
|