diff options
Diffstat (limited to 'content/browser/geolocation/network_location_provider_unittest.cc')
-rw-r--r-- | content/browser/geolocation/network_location_provider_unittest.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/content/browser/geolocation/network_location_provider_unittest.cc b/content/browser/geolocation/network_location_provider_unittest.cc index 4c87f20..14b2edb 100644 --- a/content/browser/geolocation/network_location_provider_unittest.cc +++ b/content/browser/geolocation/network_location_provider_unittest.cc @@ -17,10 +17,7 @@ #include "net/url_request/url_request_status.h" #include "testing/gtest/include/gtest/gtest.h" -using content::FakeAccessTokenStore; -using content::Geoposition; - -namespace { +namespace content { // Constants used in multiple tests. const char kTestServerUrl[] = "https://www.geolocation.test/service"; @@ -584,4 +581,4 @@ TEST_F(GeolocationNetworkProviderTest, NetworkPositionCache) { } } -} // namespace +} // namespace content |