diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 20:21:49 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 20:21:49 +0000 |
commit | 7057367c971ab8590148569831c8009ef78597f3 (patch) | |
tree | 462dd362c583882f8c4e65358fd6b9c5c76be7cd /chrome/browser/geolocation | |
parent | a5391559831871c15cb5239c06c39753efed209a (diff) | |
download | chromium_src-7057367c971ab8590148569831c8009ef78597f3.zip chromium_src-7057367c971ab8590148569831c8009ef78597f3.tar.gz chromium_src-7057367c971ab8590148569831c8009ef78597f3.tar.bz2 |
Speculative fix for valgrind memory lead
BUG=http://build.chromium.org/buildbot/memory/builders/Chromium%20Mac%20UI%20(valgrind)(2)/builds/1888/steps/valgrind%20test:%20ui/logs/stdio
TEST=none
TBR=bulach@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation')
-rw-r--r-- | chrome/browser/geolocation/geolocation_dispatcher_host.h | 2 | ||||
-rw-r--r-- | chrome/browser/geolocation/geolocation_permission_context.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/geolocation/geolocation_dispatcher_host.h b/chrome/browser/geolocation/geolocation_dispatcher_host.h index b8d2c84..7b36ff9 100644 --- a/chrome/browser/geolocation/geolocation_dispatcher_host.h +++ b/chrome/browser/geolocation/geolocation_dispatcher_host.h @@ -38,7 +38,7 @@ class GeolocationDispatcherHost private: friend class base::RefCountedThreadSafe<GeolocationDispatcherHost>; - ~GeolocationDispatcherHost(); + virtual ~GeolocationDispatcherHost(); void OnRegisterDispatcher(int route_id); void OnUnregisterDispatcher(int route_id); diff --git a/chrome/browser/geolocation/geolocation_permission_context.h b/chrome/browser/geolocation/geolocation_permission_context.h index c859648..fb39f66 100644 --- a/chrome/browser/geolocation/geolocation_permission_context.h +++ b/chrome/browser/geolocation/geolocation_permission_context.h @@ -42,7 +42,7 @@ class GeolocationPermissionContext private: friend class base::RefCountedThreadSafe<GeolocationPermissionContext>; - ~GeolocationPermissionContext(); + virtual ~GeolocationPermissionContext(); // This is initially called on the IO thread by the public API // RequestGeolocationPermission when there's no data available in the |