summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/external_host_bindings.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-03 01:17:27 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-03 01:17:27 +0000
commitc50008518aa19574ce694d280d3a7947dd150d91 (patch)
tree4206aed59cc75943e6255a2161ba7364463b1242 /chrome/renderer/external_host_bindings.h
parentfb3d0321d7aa47b273a50d4ac8e9e92c791f81b9 (diff)
downloadchromium_src-c50008518aa19574ce694d280d3a7947dd150d91.zip
chromium_src-c50008518aa19574ce694d280d3a7947dd150d91.tar.gz
chromium_src-c50008518aa19574ce694d280d3a7947dd150d91.tar.bz2
WebUI: Rename DOMUIBindings to WebUIBindings.
BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6368061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/external_host_bindings.h')
-rw-r--r--chrome/renderer/external_host_bindings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/external_host_bindings.h b/chrome/renderer/external_host_bindings.h
index 12bc001..13b354a 100644
--- a/chrome/renderer/external_host_bindings.h
+++ b/chrome/renderer/external_host_bindings.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,7 +6,7 @@
#define CHROME_RENDERER_EXTERNAL_HOST_BINDINGS_H_
#pragma once
-#include "chrome/renderer/dom_ui_bindings.h"
+#include "chrome/renderer/web_ui_bindings.h"
#include "ipc/ipc_message.h"
// ExternalHostBindings is the class backing the "externalHost" object