Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: components/metrics/net/wifi_access_point_info_provider_chromeos.h

Issue 865973003: Update {virtual,override,final} to follow C++11 style in components, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/metrics/net/wifi_access_point_info_provider_chromeos.h
diff --git a/components/metrics/net/wifi_access_point_info_provider_chromeos.h b/components/metrics/net/wifi_access_point_info_provider_chromeos.h
index c6980ec5dd859f5dd11e43437e5484485a68ee98..fc6fbab4b5548254ae62b0264ab96722818635f8 100644
--- a/components/metrics/net/wifi_access_point_info_provider_chromeos.h
+++ b/components/metrics/net/wifi_access_point_info_provider_chromeos.h
@@ -23,7 +23,7 @@ class WifiAccessPointInfoProviderChromeos
public base::SupportsWeakPtr<WifiAccessPointInfoProviderChromeos> {
public:
WifiAccessPointInfoProviderChromeos();
- virtual ~WifiAccessPointInfoProviderChromeos();
+ ~WifiAccessPointInfoProviderChromeos() override;
// WifiAccessPointInfoProvider:
bool GetInfo(WifiAccessPointInfo* info) override;
« no previous file with comments | « components/crash/app/breakpad_linux.cc ('k') | components/pairing/bluetooth_controller_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698