summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/network_location_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/network_location_request.h')
-rw-r--r--content/browser/geolocation/network_location_request.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h
index 89e17ca..45f6806 100644
--- a/content/browser/geolocation/network_location_request.h
+++ b/content/browser/geolocation/network_location_request.h
@@ -12,6 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "content/browser/geolocation/device_data_provider.h"
+#include "content/common/content_export.h"
#include "content/common/net/url_fetcher.h"
#include "googleurl/src/gurl.h"
@@ -29,7 +30,7 @@ struct Position;
class NetworkLocationRequest : private URLFetcher::Delegate {
public:
// ID passed to URLFetcher::Create(). Used for testing.
- static int url_fetcher_id_for_tests;
+ CONTENT_EXPORT static int url_fetcher_id_for_tests;
// Interface for receiving callbacks from a NetworkLocationRequest object.
class ListenerInterface {
public: