| Index: chrome/browser/ui/views/user_data_dir_dialog_view.h
|
| diff --git a/chrome/browser/ui/views/user_data_dir_dialog_view.h b/chrome/browser/ui/views/user_data_dir_dialog_view.h
|
| index 0355e303e9d0488418ac4ca7c8332335ed95785a..88bc6d233fd49a996f2259348b8e6a35591e0722 100644
|
| --- a/chrome/browser/ui/views/user_data_dir_dialog_view.h
|
| +++ b/chrome/browser/ui/views/user_data_dir_dialog_view.h
|
| @@ -19,7 +19,7 @@ class MessageBoxView;
|
| // A dialog box that tells the user that we can't write to the specified user
|
| // data directory. Provides the user a chance to pick a different directory.
|
| class UserDataDirDialogView : public views::DialogDelegate,
|
| - public MessageLoopForUI::Dispatcher,
|
| + public base::MessageLoopForUI::Dispatcher,
|
| public ui::SelectFileDialog::Listener {
|
| public:
|
| explicit UserDataDirDialogView(const base::FilePath& user_data_dir);
|
|
|