diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-13 19:41:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-13 19:41:40 +0000 |
commit | d0980792d29b16ef195255639f8c8aca8c969e93 (patch) | |
tree | 8c6a20bb41ecd094556af7a26d1535dc7dd4bc88 /chrome/renderer/web_ui_bindings.cc | |
parent | a08ebeaea39acfe007d9ee9b25b28efd04011e5a (diff) | |
download | chromium_src-d0980792d29b16ef195255639f8c8aca8c969e93.zip chromium_src-d0980792d29b16ef195255639f8c8aca8c969e93.tar.gz chromium_src-d0980792d29b16ef195255639f8c8aca8c969e93.tar.bz2 |
WebUI: Get rid of more references to DOMUI in the rest of the directories.
BUG=59945
TEST=trybots
Review URL: http://codereview.chromium.org/6513010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/web_ui_bindings.cc')
-rw-r--r-- | chrome/renderer/web_ui_bindings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/web_ui_bindings.cc b/chrome/renderer/web_ui_bindings.cc index 69a2d98..c84a54d 100644 --- a/chrome/renderer/web_ui_bindings.cc +++ b/chrome/renderer/web_ui_bindings.cc @@ -87,7 +87,7 @@ void WebUIBindings::send(const CppArgumentList& args, CppVariant* result) { // Send the message up to the browser. sender()->Send( - new ViewHostMsg_DOMUISend(routing_id(), source_url, message, content)); + new ViewHostMsg_WebUISend(routing_id(), source_url, message, content)); } void DOMBoundBrowserObject::SetProperty(const std::string& name, |