summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/constrained_html_ui.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 16:13:14 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 16:13:14 +0000
commit3655b9bfb050f54676e122f7263d68071f86dcb3 (patch)
tree188e095ac4bc5a3ca95aef626a4287ab519f6110 /chrome/browser/ui/webui/constrained_html_ui.cc
parent24e159b04c6078a6c395cd2170e7ebef627727d3 (diff)
downloadchromium_src-3655b9bfb050f54676e122f7263d68071f86dcb3.zip
chromium_src-3655b9bfb050f54676e122f7263d68071f86dcb3.tar.gz
chromium_src-3655b9bfb050f54676e122f7263d68071f86dcb3.tar.bz2
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
Diffstat (limited to 'chrome/browser/ui/webui/constrained_html_ui.cc')
-rw-r--r--chrome/browser/ui/webui/constrained_html_ui.cc1
1 files changed, 0 insertions, 1 deletions
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<PropertyAccessor<ConstrainedHtmlUIDelegate*> >
g_constrained_html_ui_property_accessor(base::LINKER_INITIALIZED);