Index: content/browser/geolocation/location_arbitrator_impl_unittest.cc |
=================================================================== |
--- content/browser/geolocation/location_arbitrator_impl_unittest.cc (revision 181789) |
+++ content/browser/geolocation/location_arbitrator_impl_unittest.cc (working copy) |
@@ -24,7 +24,7 @@ |
ASSERT_FALSE(last_position_.Validate()); |
} |
// Delegate |
- virtual void OnLocationUpdate(const Geoposition& position) { |
+ virtual void OnLocationUpdate(const Geoposition& position) OVERRIDE { |
last_position_ = position; |
} |