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

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

Issue 10353007: Extract a minimal subset of WebDialogUI/WebDialogDelegate from src/chrome -> src/ui/web_dialogs Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 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
===================================================================
--- chrome/browser/ui/webui/feedback_ui.h (revision 135175)
+++ chrome/browser/ui/webui/feedback_ui.h (working copy)
@@ -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 @@
const std::string& category_tag);
} // namespace browser
-class FeedbackUI : public WebDialogUI {
+class FeedbackUI : public web_dialogs::WebDialogUI {
public:
explicit FeedbackUI(content::WebUI* web_ui);

Powered by Google App Engine
This is Rietveld 408576698