diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 13:56:20 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 13:56:20 +0000 |
commit | 83435ef6e4574e3d14af35b54ec9fa970ac680be (patch) | |
tree | fd8c630dd05f0c87f65e321121f7aeb518f3ee32 /chrome/browser/geolocation/location_arbitrator.h | |
parent | 11e1c5316abf7d2cf3978579186dadb319cdda83 (diff) | |
download | chromium_src-83435ef6e4574e3d14af35b54ec9fa970ac680be.zip chromium_src-83435ef6e4574e3d14af35b54ec9fa970ac680be.tar.gz chromium_src-83435ef6e4574e3d14af35b54ec9fa970ac680be.tar.bz2 |
linux: fix shared build
provide an empty d'tor for the abstract base class, so sub-classes can be instantiated.
Review URL: http://codereview.chromium.org/606059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/location_arbitrator.h')
-rw-r--r-- | chrome/browser/geolocation/location_arbitrator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/location_arbitrator.h b/chrome/browser/geolocation/location_arbitrator.h index 4078bb6..46ab448 100644 --- a/chrome/browser/geolocation/location_arbitrator.h +++ b/chrome/browser/geolocation/location_arbitrator.h @@ -38,7 +38,7 @@ class GeolocationArbitrator { bool use_high_accuracy; }; - virtual ~GeolocationArbitrator() = 0; + virtual ~GeolocationArbitrator(); // Must be called from the same thread as the arbitrator was created on. // The update options passed are used as a 'hint' for the provider preferences |