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

Unified Diff: chrome/browser/chromeos/choose_mobile_network_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
« no previous file with comments | « AUTHORS ('k') | chrome/browser/chromeos/login/login_web_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/choose_mobile_network_dialog.h
diff --git a/chrome/browser/chromeos/choose_mobile_network_dialog.h b/chrome/browser/chromeos/choose_mobile_network_dialog.h
index 7b52773df661a312978154f5b872096b8d2e4729..84d4208d40c6557b6ea09fbd8cb53107ade703df 100644
--- a/chrome/browser/chromeos/choose_mobile_network_dialog.h
+++ b/chrome/browser/chromeos/choose_mobile_network_dialog.h
@@ -7,13 +7,13 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "chrome/browser/ui/webui/web_dialog_delegate.h"
#include "ui/gfx/native_widget_types.h"
+#include "ui/web_dialogs/web_dialog_delegate.h"
namespace chromeos {
// Dialog for manual selection of cellular network.
-class ChooseMobileNetworkDialog : public WebDialogDelegate {
+class ChooseMobileNetworkDialog : public ui::WebDialogDelegate {
public:
// Shows the dialog box.
static void ShowDialog(gfx::NativeWindow owning_window);
@@ -21,7 +21,7 @@ class ChooseMobileNetworkDialog : public WebDialogDelegate {
private:
ChooseMobileNetworkDialog();
- // Overridden from WebDialogDelegate:
+ // Overridden from ui::WebDialogDelegate:
virtual ui::ModalType GetDialogModalType() const OVERRIDE;
virtual string16 GetDialogTitle() const OVERRIDE;
virtual GURL GetDialogContentURL() const OVERRIDE;
« no previous file with comments | « AUTHORS ('k') | chrome/browser/chromeos/login/login_web_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698