summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/wifi_data_provider_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/wifi_data_provider_common.h')
-rw-r--r--content/browser/geolocation/wifi_data_provider_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/geolocation/wifi_data_provider_common.h b/content/browser/geolocation/wifi_data_provider_common.h
index c42586e..1f11ef8 100644
--- a/content/browser/geolocation/wifi_data_provider_common.h
+++ b/content/browser/geolocation/wifi_data_provider_common.h
@@ -14,6 +14,7 @@
#include "base/task.h"
#include "base/threading/thread.h"
#include "content/browser/geolocation/device_data_provider.h"
+#include "content/common/content_export.h"
// Converts a MAC address stored as an array of uint8 to a string.
string16 MacAddressAsString16(const uint8 mac_as_int[6]);
@@ -64,7 +65,7 @@ class GenericPollingPolicy : public PollingPolicyInterface {
// both of which will be create & accessed in the worker thread (only).
// Also designed this way to promotes ease of testing the cross-platform
// behavior w.r.t. polling & threading.
-class WifiDataProviderCommon
+class CONTENT_EXPORT WifiDataProviderCommon
: public WifiDataProviderImplBase,
private base::Thread {
public: