| 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 5ee8af057958799febaad6be02a0f0d58c5e8104..48222863cf99e1fa4c22ece65796d69b8faff7a3 100644
|
| --- a/content/browser/geolocation/geolocation_dispatcher_host.cc
|
| +++ b/content/browser/geolocation/geolocation_dispatcher_host.cc
|
| @@ -14,11 +14,12 @@
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/public/browser/geolocation_permission_context.h"
|
| +#include "content/public/common/geoposition.h"
|
| #include "content/common/geolocation_messages.h"
|
| -#include "content/common/geoposition.h"
|
|
|
| using content::BrowserThread;
|
| using content::GeolocationPermissionContext;
|
| +using content::Geoposition;
|
| using content::RenderViewHostImpl;
|
|
|
| namespace {
|
|
|