summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/wifi_data_provider_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/wifi_data_provider_linux.h')
-rw-r--r--content/browser/geolocation/wifi_data_provider_linux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/geolocation/wifi_data_provider_linux.h b/content/browser/geolocation/wifi_data_provider_linux.h
index c31c861..526f610 100644
--- a/content/browser/geolocation/wifi_data_provider_linux.h
+++ b/content/browser/geolocation/wifi_data_provider_linux.h
@@ -13,6 +13,8 @@ namespace dbus {
class Bus;
};
+namespace content {
+
class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
public:
WifiDataProviderLinux();
@@ -32,4 +34,6 @@ class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
DISALLOW_COPY_AND_ASSIGN(WifiDataProviderLinux);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_GEOLOCATION_WIFI_DATA_PROVIDER_LINUX_H_