Index: content/browser/geolocation/network_location_provider_unittest.cc |
=================================================================== |
--- content/browser/geolocation/network_location_provider_unittest.cc (revision 181789) |
+++ content/browser/geolocation/network_location_provider_unittest.cc (working copy) |
@@ -37,7 +37,8 @@ |
CHECK(client_message_loop_); |
} |
// ListenerInterface |
- virtual void LocationUpdateAvailable(LocationProviderBase* provider) { |
+ virtual void LocationUpdateAvailable( |
+ LocationProviderBase* provider) OVERRIDE { |
EXPECT_EQ(client_message_loop_, MessageLoop::current()); |
updated_provider_ = provider; |
client_message_loop_->Quit(); |