| Index: chrome/browser/ui/webui/feedback_ui.h
|
| diff --git a/chrome/browser/ui/webui/feedback_ui.h b/chrome/browser/ui/webui/feedback_ui.h
|
| index 37bdbf73992a667d2094eb4860c7291e27779433..d566642ba204afa89d8362b4a82bcfe061df1bcc 100644
|
| --- a/chrome/browser/ui/webui/feedback_ui.h
|
| +++ b/chrome/browser/ui/webui/feedback_ui.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/ui/webui/web_dialog_ui.h"
|
| +#include "ui/web_dialogs/web_dialog_ui.h"
|
|
|
| class Browser;
|
|
|
| @@ -17,7 +17,7 @@ void ShowWebFeedbackView(Browser* browser,
|
| const std::string& category_tag);
|
| } // namespace browser
|
|
|
| -class FeedbackUI : public WebDialogUI {
|
| +class FeedbackUI : public ui::WebDialogUI {
|
| public:
|
| explicit FeedbackUI(content::WebUI* web_ui);
|
|
|
|
|