| Index: chrome/browser/views/options/content_page_view.h
|
| ===================================================================
|
| --- chrome/browser/views/options/content_page_view.h (revision 12784)
|
| +++ chrome/browser/views/options/content_page_view.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| virtual void ButtonPressed(views::Button* sender);
|
|
|
| // SelectFileDialog::Listener implementation:
|
| - virtual void FileSelected(const std::wstring& path, void* params);
|
| + virtual void FileSelected(const std::wstring& path, int index, void* params);
|
|
|
| // OptionsPageView implementation:
|
| virtual bool CanClose() const;
|
|
|