Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3985)

Unified Diff: chrome/browser/ui/webui/feedback_ui.h

Issue 10834107: chrome: Refactor the way to show the feedback ui and move it into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698