Index: content/browser/geolocation/location_arbitrator_impl_unittest.cc |
diff --git a/content/browser/geolocation/location_arbitrator_impl_unittest.cc b/content/browser/geolocation/location_arbitrator_impl_unittest.cc |
index e2b39ee523f7d01ed2e938f00d4c3c9e14b9b00a..1beb07f76a30cc7037e5b4f3c35d3ab55c3c30c7 100644 |
--- a/content/browser/geolocation/location_arbitrator_impl_unittest.cc |
+++ b/content/browser/geolocation/location_arbitrator_impl_unittest.cc |
@@ -144,7 +144,7 @@ class GeolocationLocationArbitratorTest : public testing::Test { |
scoped_refptr<FakeAccessTokenStore> access_token_store_; |
scoped_ptr<MockLocationObserver> observer_; |
scoped_ptr<TestingGeolocationArbitrator> arbitrator_; |
- MessageLoop loop_; |
+ base::MessageLoop loop_; |
}; |
TEST_F(GeolocationLocationArbitratorTest, CreateDestroy) { |