| Index: content/browser/geolocation/geolocation_dispatcher_host.cc
|
| diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc
|
| index e461e63464df619e0219e79c9dd8bb804c95b9c9..edb2692f36f232894ace3e678a8a17d9ec4c43d8 100644
|
| --- a/content/browser/geolocation/geolocation_dispatcher_host.cc
|
| +++ b/content/browser/geolocation/geolocation_dispatcher_host.cc
|
| @@ -295,7 +295,8 @@ GeolocationDispatcherHost* GeolocationDispatcherHost::New(
|
| geolocation_permission_context);
|
| }
|
|
|
| -GeolocationDispatcherHost::GeolocationDispatcherHost() {
|
| +GeolocationDispatcherHost::GeolocationDispatcherHost()
|
| + : BrowserMessageFilter(GeolocationMsgStart) {
|
| }
|
|
|
| GeolocationDispatcherHost::~GeolocationDispatcherHost() {
|
|
|