From 3655b9bfb050f54676e122f7263d68071f86dcb3 Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Wed, 30 Mar 2011 16:13:14 +0000 Subject: Move web_ui_util.* to chrome/ from content/ this is not even a refactor, just a move. All references to this file are in chrome/ BUG=77092 TEST=compile Review URL: http://codereview.chromium.org/6698073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79838 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/webui/constrained_html_ui.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/ui/webui/constrained_html_ui.cc') diff --git a/chrome/browser/ui/webui/constrained_html_ui.cc b/chrome/browser/ui/webui/constrained_html_ui.cc index 81740d7..2bae21f 100644 --- a/chrome/browser/ui/webui/constrained_html_ui.cc +++ b/chrome/browser/ui/webui/constrained_html_ui.cc @@ -10,7 +10,6 @@ #include "chrome/common/bindings_policy.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/tab_contents/tab_contents.h" -#include "content/browser/webui/web_ui_util.h" static base::LazyInstance > g_constrained_html_ui_property_accessor(base::LINKER_INITIALIZED); -- cgit v1.1