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 d566642ba204afa89d8362b4a82bcfe061df1bcc..1aef9580708855c610719dde2f13b41324a1376f 100644 |
--- a/chrome/browser/ui/webui/feedback_ui.h |
+++ b/chrome/browser/ui/webui/feedback_ui.h |
@@ -7,15 +7,10 @@ |
#include <string> |
+#include "base/basictypes.h" |
#include "ui/web_dialogs/web_dialog_ui.h" |
-class Browser; |
- |
-namespace browser { |
-void ShowWebFeedbackView(Browser* browser, |
- const std::string& description_template, |
- const std::string& category_tag); |
-} // namespace browser |
+class FilePath; |
class FeedbackUI : public ui::WebDialogUI { |
public: |