summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/constrained_html_ui.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-31 04:02:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-31 04:02:55 +0000
commit26e2632ad09c70437fd40336cbee82af0d56a0d8 (patch)
tree20fc6633eb78bcacee9ecb7e0517fd0407921799 /chrome/browser/ui/webui/constrained_html_ui.cc
parenta0d75a4fc048c27289df8ecbf1982c7aa40bea6e (diff)
downloadchromium_src-26e2632ad09c70437fd40336cbee82af0d56a0d8.zip
chromium_src-26e2632ad09c70437fd40336cbee82af0d56a0d8.tar.gz
chromium_src-26e2632ad09c70437fd40336cbee82af0d56a0d8.tar.bz2
Move WebUIMessageHandler to its own file in the public directory and put it in the content namespace.
BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/8986007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116057 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, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/webui/constrained_html_ui.cc b/chrome/browser/ui/webui/constrained_html_ui.cc
index 5b13ad3..15e3613 100644
--- a/chrome/browser/ui/webui/constrained_html_ui.cc
+++ b/chrome/browser/ui/webui/constrained_html_ui.cc
@@ -19,6 +19,7 @@
#include "content/public/browser/web_contents.h"
using content::WebContents;
+using content::WebUIMessageHandler;
static base::LazyInstance<base::PropertyAccessor<ConstrainedHtmlUIDelegate*> >
g_constrained_html_ui_property_accessor = LAZY_INSTANCE_INITIALIZER;