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

Unified Diff: chrome/browser/chromeos/login/login_web_dialog.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/chromeos/login/login_web_dialog.h
diff --git a/chrome/browser/chromeos/login/login_web_dialog.h b/chrome/browser/chromeos/login/login_web_dialog.h
index aed9f41a20684d2ea76f44f531ae7ae523538d69..267b55c97fe58fd4fa16ede8286912639aed5222 100644
--- a/chrome/browser/chromeos/login/login_web_dialog.h
+++ b/chrome/browser/chromeos/login/login_web_dialog.h
@@ -9,19 +9,19 @@
#include <string>
#include "base/compiler_specific.h"
-#include "chrome/browser/ui/webui/web_dialog_delegate.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "googleurl/src/gurl.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/size.h"
+#include "ui/web_dialogs/web_dialog_delegate.h"
namespace chromeos {
class BubbleFrameView;
// Launches web dialog during OOBE/Login with specified URL and title.
-class LoginWebDialog : public WebDialogDelegate,
+class LoginWebDialog : public ui::WebDialogDelegate,
public content::NotificationObserver {
public:
// Delegate class to get notifications from the dialog.
@@ -59,7 +59,7 @@ class LoginWebDialog : public WebDialogDelegate,
bool is_open() const { return is_open_; }
protected:
- // WebDialogDelegate implementation.
+ // ui::WebDialogDelegate implementation.
virtual ui::ModalType GetDialogModalType() const OVERRIDE;
virtual string16 GetDialogTitle() const OVERRIDE;
virtual GURL GetDialogContentURL() const OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/choose_mobile_network_dialog.h ('k') | chrome/browser/chromeos/login/proxy_settings_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698