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

Unified Diff: extensions/browser/api/bluetooth/bluetooth_private_apitest.cc

Issue 685503002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
diff --git a/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc b/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
index 148715dadee9e79cb0d66949ad48ed6c6fa2cafd..1fad1d45d10c65b98e8eccd849f7d2f5f9b5f8b0 100644
--- a/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
+++ b/extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
@@ -44,7 +44,7 @@ class BluetoothPrivateApiTest : public ExtensionApiTest {
adapter_powered_(false),
adapter_discoverable_(false) {}
- virtual ~BluetoothPrivateApiTest() {}
+ ~BluetoothPrivateApiTest() override {}
void SetUpOnMainThread() override {
CommandLine::ForCurrentProcess()->AppendSwitchASCII(

Powered by Google App Engine
This is Rietveld 408576698