| Index: content/browser/geolocation/geolocation_dispatcher_host.h
|
| diff --git a/content/browser/geolocation/geolocation_dispatcher_host.h b/content/browser/geolocation/geolocation_dispatcher_host.h
|
| index c89004379204cb9de0169680f007b3d198410d7d..acd46d6b04f0a2a3b6af46a007f01cd544517aea 100644
|
| --- a/content/browser/geolocation/geolocation_dispatcher_host.h
|
| +++ b/content/browser/geolocation/geolocation_dispatcher_host.h
|
| @@ -6,13 +6,13 @@
|
| #define CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
|
| #pragma once
|
|
|
| -#include "content/browser/browser_message_filter.h"
|
| +#include "content/public/browser/browser_message_filter.h"
|
|
|
| class GeolocationPermissionContext;
|
|
|
| // GeolocationDispatcherHost is a browser filter for Geolocation messages.
|
| // It's the complement of GeolocationDispatcher (owned by RenderView).
|
| -class GeolocationDispatcherHost : public BrowserMessageFilter {
|
| +class GeolocationDispatcherHost : public content::BrowserMessageFilter {
|
| public:
|
| static GeolocationDispatcherHost* New(
|
| int render_process_id,
|
|
|