diff options
author | mvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-09 20:18:32 +0000 |
---|---|---|
committer | mvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-09 20:18:32 +0000 |
commit | a9402315431649ddee9c089768750e706b384e0c (patch) | |
tree | b433b219f7c983e57461e269a70bd12e030ca2b3 /content/browser/geolocation/geolocation_provider_impl.h | |
parent | 8bfc827408f80052590c1a9b694b448df01e5885 (diff) | |
download | chromium_src-a9402315431649ddee9c089768750e706b384e0c.zip chromium_src-a9402315431649ddee9c089768750e706b384e0c.tar.gz chromium_src-a9402315431649ddee9c089768750e706b384e0c.tar.bz2 |
No need to forward declare GeolocationProviderTest in geolocation_provider_impl.h.
Review URL: https://chromiumcodereview.appspot.com/23927010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation/geolocation_provider_impl.h')
-rw-r--r-- | content/browser/geolocation/geolocation_provider_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/geolocation/geolocation_provider_impl.h b/content/browser/geolocation/geolocation_provider_impl.h index 68e83a8..2ffb341 100644 --- a/content/browser/geolocation/geolocation_provider_impl.h +++ b/content/browser/geolocation/geolocation_provider_impl.h @@ -20,7 +20,6 @@ template<typename Type> struct DefaultSingletonTraits; namespace content { class GeolocationArbitrator; -class GeolocationProviderTest; // This is the main API to the geolocation subsystem. The application will hold // a single instance of this class and can register multiple clients to be |