summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/location_provider.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/location_provider.cc')
-rw-r--r--content/browser/geolocation/location_provider.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/geolocation/location_provider.cc b/content/browser/geolocation/location_provider.cc
index d587b55..c90f055 100644
--- a/content/browser/geolocation/location_provider.cc
+++ b/content/browser/geolocation/location_provider.cc
@@ -6,6 +6,8 @@
#include "base/logging.h"
+namespace content {
+
LocationProviderBase::LocationProviderBase() {
}
@@ -61,3 +63,5 @@ LocationProviderBase* NewSystemLocationProvider() {
return NULL;
}
#endif
+
+} // namespace content