diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 23:55:46 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 23:55:46 +0000 |
commit | fdf40f3ee88031c06604d3cf300e38118a073d59 (patch) | |
tree | 62386b089d384766daeba954632c6a9c26468623 /apps/DEPS | |
parent | 5321e0e819502918e121d9b3f46310a528899323 (diff) | |
download | chromium_src-fdf40f3ee88031c06604d3cf300e38118a073d59.zip chromium_src-fdf40f3ee88031c06604d3cf300e38118a073d59.tar.gz chromium_src-fdf40f3ee88031c06604d3cf300e38118a073d59.tar.bz2 |
Updates some includes of chrome_notification_types.h
TBR=brettw
Review URL: https://codereview.chromium.org/18640003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,7 @@ include_rules = [ # Temporary allowed includes. # TODO(benwells): remove these (http://crbug.com/159366) "+chrome/browser/browser_process.h", + "+chrome/browser/chrome_notification_types.h", "+chrome/browser/extensions", "+chrome/browser/lifetime/application_lifetime.h", "+chrome/browser/profiles", @@ -23,7 +24,6 @@ include_rules = [ "+chrome/browser/ui/web_applications/web_app_ui.h", "+chrome/browser/web_applications/web_app.h", "+chrome/browser/web_applications/web_app_mac.h", - "+chrome/common/chrome_notification_types.h", "+chrome/common/chrome_paths.h", "+chrome/common/chrome_paths_internal.h", "+chrome/common/chrome_switches.h", |