diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 04:20:38 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 04:20:38 +0000 |
commit | 653bd7a5d52cdb37f0f6656917f48f7ee698b7b5 (patch) | |
tree | 39a499e7411b7598f04df3d64a7e7d9e3458a076 /content/common/DEPS | |
parent | d23ab6c4527acf8c7fb6f994b01a2b4c2e645082 (diff) | |
download | chromium_src-653bd7a5d52cdb37f0f6656917f48f7ee698b7b5.zip chromium_src-653bd7a5d52cdb37f0f6656917f48f7ee698b7b5.tar.gz chromium_src-653bd7a5d52cdb37f0f6656917f48f7ee698b7b5.tar.bz2 |
Fix deps
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/DEPS')
-rw-r--r-- | content/common/DEPS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/common/DEPS b/content/common/DEPS index 3c29153..6cb7f40 100644 --- a/content/common/DEPS +++ b/content/common/DEPS @@ -1,6 +1,10 @@ include_rules = [ "+media/base/media_log_event.h", - # TODO(jam): remove me once notification_service.cc moves to browser
+ # TODO(jam): remove me once notification_service.cc moves to browser + "+content/public/browser/notification_details.h", + "+content/public/browser/notification_observer.h", + "+content/public/browser/notification_registrar.h", + "+content/public/browser/notification_source.h", "+content/public/browser/notification_types.h", ] |