diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 14:17:30 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 14:17:30 +0000 |
commit | d4da94a2aa7d86dcff47539d284483f566669230 (patch) | |
tree | 979b0002ce1eb7814f92286cec05b70ddccc774d | |
parent | d6d2bafaa1b0b6c43fc5142ed84e71d90e335d47 (diff) | |
download | chromium_src-d4da94a2aa7d86dcff47539d284483f566669230.zip chromium_src-d4da94a2aa7d86dcff47539d284483f566669230.tar.gz chromium_src-d4da94a2aa7d86dcff47539d284483f566669230.tar.bz2 |
Enfore through chrome/browser/DEPS that it can't include notification_service_impl.h anymore.
BUG=98716
R=jam@chromium.org
Review URL: http://codereview.chromium.org/8910011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114632 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index ae6db39..de36148 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -29,6 +29,7 @@ include_rules = [ # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 "+content/browser", + "-content/browser/notification_service_impl.h" "-content/common", # TODO(jam): remove all the exceptions. BUG=98716 |