| Index: blimp/engine/app/blimp_content_browser_client.h
|
| diff --git a/blimp/engine/app/blimp_content_browser_client.h b/blimp/engine/app/blimp_content_browser_client.h
|
| index 9d2e56d847b27b92bd28b0684b08b4e17aa9ef29..726305618f5a1ae34a01dd2c09f3bdc0639b67e3 100644
|
| --- a/blimp/engine/app/blimp_content_browser_client.h
|
| +++ b/blimp/engine/app/blimp_content_browser_client.h
|
| @@ -8,6 +8,10 @@
|
| #include "base/macros.h"
|
| #include "content/public/browser/content_browser_client.h"
|
|
|
| +namespace content {
|
| +class GeolocationDelegate;
|
| +} // namespace content
|
| +
|
| namespace blimp {
|
| namespace engine {
|
|
|
| @@ -32,7 +36,7 @@ class BlimpContentBrowserClient : public content::ContentBrowserClient {
|
| shell::InterfaceRegistry* registry,
|
| content::RenderProcessHost* render_process_host) override;
|
|
|
| - content::GeolocationProvider::Delegate* CreateGeolocationDelegate() override;
|
| + content::GeolocationDelegate* CreateGeolocationDelegate() override;
|
|
|
| BlimpBrowserContext* GetBrowserContext();
|
|
|
|
|