| Index: chrome/browser/ui/views/user_data_dir_dialog.h
|
| diff --git a/chrome/browser/ui/views/user_data_dir_dialog.h b/chrome/browser/ui/views/user_data_dir_dialog.h
|
| index 3e0bb87686e7764e0b3a528cb36bac8ee77e40be..4d4a46eca758d5cd62af99815d3f91338351cd63 100644
|
| --- a/chrome/browser/ui/views/user_data_dir_dialog.h
|
| +++ b/chrome/browser/ui/views/user_data_dir_dialog.h
|
| @@ -46,7 +46,7 @@ class UserDataDirDialog : public views::DialogDelegate,
|
| virtual const views::Widget* GetWidget() const OVERRIDE;
|
|
|
| // MessageLoop::Dispatcher method:
|
| - virtual bool Dispatch(const MSG& msg) OVERRIDE;
|
| + virtual base::DispatchStatus Dispatch(const base::NativeEvent& msg) OVERRIDE;
|
|
|
| // SelectFileDialog::Listener methods:
|
| virtual void FileSelected(const FilePath& path,
|
|
|