| Index: chrome/browser/file_select_helper.h
|
| diff --git a/chrome/browser/file_select_helper.h b/chrome/browser/file_select_helper.h
|
| index 72674a561c7b3f4775eb8ef7b35508a2e0a26c6c..0f0d8e0a862665483d66fbe6e10190dae5ced3fb 100644
|
| --- a/chrome/browser/file_select_helper.h
|
| +++ b/chrome/browser/file_select_helper.h
|
| @@ -28,8 +28,8 @@ struct SelectedFileInfo;
|
| }
|
|
|
| // This class handles file-selection requests coming from WebUI elements
|
| -// (via the ExtensionHost class). It implements both the initialisation
|
| -// and listener functions for file-selection dialogs.
|
| +// (via the extensions::ExtensionHost class). It implements both the
|
| +// initialisation and listener functions for file-selection dialogs.
|
| class FileSelectHelper
|
| : public base::RefCountedThreadSafe<FileSelectHelper>,
|
| public ui::SelectFileDialog::Listener,
|
|
|