| 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..6dfb866dff71de85a343a7d67ca5d5e75d2a20e4 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 bool Dispatch(const base::NativeEvent& msg) OVERRIDE;
|
|
|
| // SelectFileDialog::Listener methods:
|
| virtual void FileSelected(const FilePath& path,
|
|
|