Index: content/browser/geolocation/wifi_data_provider_linux.cc |
diff --git a/content/browser/geolocation/wifi_data_provider_linux.cc b/content/browser/geolocation/wifi_data_provider_linux.cc |
index af579aef217c34d80e6d075d668606cc50882f1b..ccda2994a23914115e59a005fbabbd2001c3c2c7 100644 |
--- a/content/browser/geolocation/wifi_data_provider_linux.cc |
+++ b/content/browser/geolocation/wifi_data_provider_linux.cc |
@@ -54,7 +54,7 @@ class NetworkManagerWlanApi : public WifiDataProviderCommon::WlanApiInterface { |
// |
// This function makes blocking D-Bus calls, but it's totally fine as |
// the code runs in "Geolocation" thread, not the browser's UI thread. |
- virtual bool GetAccessPointData(WifiData::AccessPointDataSet* data) OVERRIDE; |
+ virtual bool GetAccessPointData(WifiData::AccessPointDataSet* data) override; |
private: |
// Enumerates the list of available network adapter devices known to |