Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: content/browser/geolocation/wifi_data_provider_linux.h

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/geolocation/wifi_data_provider_linux.h
diff --git a/content/browser/geolocation/wifi_data_provider_linux.h b/content/browser/geolocation/wifi_data_provider_linux.h
index 434e6e5cf6febc114a91a8502d4392afdd5bcd87..c89167733c94ea0476969e81d8dc6495b0dd40dc 100644
--- a/content/browser/geolocation/wifi_data_provider_linux.h
+++ b/content/browser/geolocation/wifi_data_provider_linux.h
@@ -7,12 +7,13 @@
#pragma once
#include "content/browser/geolocation/wifi_data_provider_common.h"
+#include "content/common/content_export.h"
namespace dbus {
class Bus;
};
-class WifiDataProviderLinux : public WifiDataProviderCommon {
+class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
public:
WifiDataProviderLinux();

Powered by Google App Engine
This is Rietveld 408576698