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

Unified Diff: ui/views/controls/webview/web_dialog_view.cc

Issue 10805047: Move WebDialogView to ui/views/controls/webview. (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
« no previous file with comments | « ui/views/controls/webview/web_dialog_view.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/web_dialog_view.cc
diff --git a/chrome/browser/ui/views/web_dialog_view.cc b/ui/views/controls/webview/web_dialog_view.cc
similarity index 99%
rename from chrome/browser/ui/views/web_dialog_view.cc
rename to ui/views/controls/webview/web_dialog_view.cc
index fdf08c8e72bfbbbb8ca818ec24c97b3ccaa2a7e8..e314b78984eaad176e65512d0e58ac1d1bec691f 100644
--- a/chrome/browser/ui/views/web_dialog_view.cc
+++ b/ui/views/controls/webview/web_dialog_view.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/views/web_dialog_view.h"
+#include "ui/views/controls/webview/web_dialog_view.h"
#include <vector>
@@ -35,6 +35,8 @@ using ui::WebDialogDelegate;
using ui::WebDialogUI;
using ui::WebDialogWebContentsDelegate;
+namespace views {
+
////////////////////////////////////////////////////////////////////////////////
// WebDialogView, public:
@@ -318,3 +320,5 @@ void WebDialogView::InitDialog() {
web_view_->LoadInitialURL(GetDialogContentURL());
}
+
+} // namespace views
« no previous file with comments | « ui/views/controls/webview/web_dialog_view.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698