diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 01:57:58 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 01:57:58 +0000 |
commit | 7dba43dccbd848146f08d5d7077175bd685abddf (patch) | |
tree | f18ec427303b7b1dfcedf46a67afbf01dfc92a9f /content/browser/geolocation/network_location_request.h | |
parent | 5ccd4951d9e4c598395ec9135ff5569d42d5c41a (diff) | |
download | chromium_src-7dba43dccbd848146f08d5d7077175bd685abddf.zip chromium_src-7dba43dccbd848146f08d5d7077175bd685abddf.tar.gz chromium_src-7dba43dccbd848146f08d5d7077175bd685abddf.tar.bz2 |
Cleanup: Remove unneeded forward declarations in content/browser.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8499042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation/network_location_request.h')
-rw-r--r-- | content/browser/geolocation/network_location_request.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h index 7fc0d24..b74b544 100644 --- a/content/browser/geolocation/network_location_request.h +++ b/content/browser/geolocation/network_location_request.h @@ -16,15 +16,13 @@ #include "content/public/common/url_fetcher_delegate.h" #include "googleurl/src/gurl.h" +struct Geoposition; class URLFetcher; namespace net { class URLRequestContextGetter; } -struct Geoposition; -struct Position; - // Takes a set of device data and sends it to a server to get a position fix. // It performs formatting of the request and interpretation of the response. class NetworkLocationRequest : private content::URLFetcherDelegate { |