diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 01:00:35 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-24 01:00:35 +0000 |
commit | 810ddc583119d037972380e6bdecd546fbac9504 (patch) | |
tree | f27c4941c4d220babbae358c75427646787aad20 /chrome/browser/DEPS | |
parent | ba4b4c2e9c36c60c9dbab427c10021fee0a6197c (diff) | |
download | chromium_src-810ddc583119d037972380e6bdecd546fbac9504.zip chromium_src-810ddc583119d037972380e6bdecd546fbac9504.tar.gz chromium_src-810ddc583119d037972380e6bdecd546fbac9504.tar.bz2 |
Hide geolocation_provider.h from chrome, and move geolocation_permission_context.h to content\public and into the content namespace.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9160008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 691061f..2badbea 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -64,8 +64,6 @@ include_rules = [ "+content/browser/find_pasteboard.h", "+content/browser/font_list_async.h", "+content/browser/geolocation/arbitrator_dependency_factories_for_test.h", - "+content/browser/geolocation/geolocation_permission_context.h", - "+content/browser/geolocation/geolocation_provider.h", "+content/browser/geolocation/location_arbitrator.h", "+content/browser/geolocation/location_provider.h", "+content/browser/geolocation/mock_location_provider.h", |