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

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

Issue 10448066: Move the web dialogs code to src/ui/web_dialogs from src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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/web_dialog_controller.h
diff --git a/chrome/browser/ui/webui/web_dialog_controller.h b/chrome/browser/ui/webui/web_dialog_controller.h
index ef36111ab503003377f0787d94c09c3a59262c81..7188a384a4901fa4ed02225dcfb0d094bf91873b 100644
--- a/chrome/browser/ui/webui/web_dialog_controller.h
+++ b/chrome/browser/ui/webui/web_dialog_controller.h
@@ -6,9 +6,9 @@
#define CHROME_BROWSER_UI_WEBUI_WEB_DIALOG_CONTROLLER_H_
#pragma once
-#include "chrome/browser/ui/webui/web_dialog_ui.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
+#include "ui/web_dialogs/web_dialog_ui.h"
class Browser;
class Profile;
@@ -18,7 +18,7 @@ class Profile;
// avoid using an old Profile object.
class WebDialogController : public content::NotificationObserver {
public:
- WebDialogController(WebDialogDelegate* delegate,
+ WebDialogController(ui::WebDialogDelegate* delegate,
Profile* profile,
Browser* browser);
@@ -30,7 +30,7 @@ class WebDialogController : public content::NotificationObserver {
private:
// The delegate controlled by this instance. This class is owned by the
// delegate.
- WebDialogDelegate* dialog_delegate_;
+ ui::WebDialogDelegate* dialog_delegate_;
// Used for notification of parent browser closing.
content::NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/ui/webui/test_web_dialog_delegate.h ('k') | chrome/browser/ui/webui/web_dialog_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698