| Index: content/browser/geolocation/geolocation_permission_context.h
|
| diff --git a/content/browser/geolocation/geolocation_permission_context.h b/content/browser/geolocation/geolocation_permission_context.h
|
| index ff6b7dc65778794eb59bc6cc411e81b4a18fae01..ddbade73073d5da185abc32fe5b3050c88ec13dd 100644
|
| --- a/content/browser/geolocation/geolocation_permission_context.h
|
| +++ b/content/browser/geolocation/geolocation_permission_context.h
|
| @@ -8,13 +8,14 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "content/common/content_export.h"
|
|
|
| class GURL;
|
|
|
| // GeolocationPermissionContext must be implemented by the embedder, to provide
|
| // the policy and logic for the Geolocation permissions flow.
|
| // This includes both prompting the user and persisting results, as required.
|
| -class GeolocationPermissionContext
|
| +class CONTENT_EXPORT GeolocationPermissionContext
|
| : public base::RefCountedThreadSafe<GeolocationPermissionContext> {
|
| public:
|
| // The renderer is requesting permission to use Geolocation.
|
|
|