| Index: chrome/browser/views/bookmark_manager_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_manager_view.h (revision 12784)
|
| +++ chrome/browser/views/bookmark_manager_view.h (working copy)
|
| @@ -153,7 +153,8 @@
|
| virtual void ExecuteCommand(int id);
|
|
|
| // SelectFileDialog::Listener.
|
| - virtual void FileSelected(const std::wstring& path, void* params);
|
| + virtual void FileSelected(const std::wstring& path,
|
| + int index, void* params);
|
| virtual void FileSelectionCanceled(void* params);
|
|
|
| // Creates the table model to use when searching. This returns NULL if there
|
|
|