diff options
Diffstat (limited to 'content/browser/geolocation/wifi_data_provider_linux.cc')
-rw-r--r-- | content/browser/geolocation/wifi_data_provider_linux.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/geolocation/wifi_data_provider_linux.cc b/content/browser/geolocation/wifi_data_provider_linux.cc index a1f5237..6e5d54e 100644 --- a/content/browser/geolocation/wifi_data_provider_linux.cc +++ b/content/browser/geolocation/wifi_data_provider_linux.cc @@ -16,6 +16,7 @@ #include "dbus/object_path.h" #include "dbus/object_proxy.h" +namespace content { namespace { // The time periods between successive polls of the wifi data. const int kDefaultPollingIntervalMilliseconds = 10 * 1000; // 10s @@ -375,3 +376,5 @@ WifiDataProviderLinux::NewWlanApiForTesting(dbus::Bus* bus) { return wlan_api.release(); return NULL; } + +} // namespace content |