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

Unified Diff: chrome/browser/webui/html_dialog_ui.cc

Issue 6575054: WebUI: Move the core files of WebUI from chrome/browser/webui to content/webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 10 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 | « chrome/browser/webui/html_dialog_ui.h ('k') | chrome/browser/webui/keyboard_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webui/html_dialog_ui.cc
diff --git a/chrome/browser/webui/html_dialog_ui.cc b/chrome/browser/webui/html_dialog_ui.cc
index a755c8ed8d0f5661fc803f5a8b862a5d8929e328..f1958a2a73cf720d1c26c0282d8690faebfd3d9f 100644
--- a/chrome/browser/webui/html_dialog_ui.cc
+++ b/chrome/browser/webui/html_dialog_ui.cc
@@ -9,8 +9,8 @@
#include "base/values.h"
#include "chrome/browser/renderer_host/render_view_host.h"
#include "chrome/browser/tab_contents/tab_contents.h"
-#include "chrome/browser/webui/web_ui_util.h"
#include "chrome/common/bindings_policy.h"
+#include "content/browser/webui/web_ui_util.h"
static base::LazyInstance<PropertyAccessor<HtmlDialogUIDelegate*> >
g_html_dialog_ui_property_accessor(base::LINKER_INITIALIZED);
« no previous file with comments | « chrome/browser/webui/html_dialog_ui.h ('k') | chrome/browser/webui/keyboard_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698