| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index bea0df9603bbc040240c2888c72b9176f38d0ab5..35262d66d8fa814636f14add3301baef876e8709 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -49,7 +49,7 @@
|
| #include "chrome/browser/ui/status_bubble.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| -#include "chrome/browser/ui/webui/feedback_ui.h"
|
| +#include "chrome/browser/ui/web_feedback_ui.h"
|
| #include "chrome/browser/ui/webui/ntp/app_launcher_handler.h"
|
| #include "chrome/browser/web_applications/web_app.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -838,7 +838,7 @@ void OpenTaskManager(Browser* browser, bool highlight_background_resources) {
|
|
|
| void OpenFeedbackDialog(Browser* browser) {
|
| content::RecordAction(UserMetricsAction("Feedback"));
|
| - browser::ShowWebFeedbackView(browser, std::string(), std::string());
|
| + chrome::ShowFeedbackUI(browser, std::string(), std::string());
|
| }
|
|
|
| void ToggleBookmarkBar(Browser* browser) {
|
|
|