summaryrefslogtreecommitdiffstats
path: root/content/public/browser/DEPS
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 20:26:10 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 20:26:10 +0000
commit8643e6d85c2a41d6497d5cb9b69bea9465102e96 (patch)
tree59f2ce5b54122410f6200f69bbb3144d19ed02bd /content/public/browser/DEPS
parent16128cf279e5523eac781a97600ef7d9773aa2c5 (diff)
downloadchromium_src-8643e6d85c2a41d6497d5cb9b69bea9465102e96.zip
chromium_src-8643e6d85c2a41d6497d5cb9b69bea9465102e96.tar.gz
chromium_src-8643e6d85c2a41d6497d5cb9b69bea9465102e96.tar.bz2
Rename TabContentsView to WebContentsView and move to content/public.
Also rename TestTabContentsView to TestWebContentsView. Add content namespace to both. TBR=owners (trivial updates) BUG=98716 Review URL: http://codereview.chromium.org/9241011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser/DEPS')
-rw-r--r--content/public/browser/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS
index 753ae54..50130db 100644
--- a/content/public/browser/DEPS
+++ b/content/public/browser/DEPS
@@ -1,6 +1,10 @@
include_rules = [
"+content/browser/notification_service_impl.h",
"+content/browser/renderer_host/render_view_host.h",
+
+ # TODO(joi): Remove once render_view_host_delegate.h is moved.
+ "+content/browser/renderer_host/render_view_host_delegate.h",
+
# TODO(jam): remove
"+content/browser/download/download_id.h",
"+content/browser/download/download_state_info.h",