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

Unified Diff: chrome/browser/chromeos/settings/cros_settings_unittest.cc

Issue 851123003: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_identity_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/settings/cros_settings_unittest.cc
diff --git a/chrome/browser/chromeos/settings/cros_settings_unittest.cc b/chrome/browser/chromeos/settings/cros_settings_unittest.cc
index f56b33aab80f39dd83a7462642cd7a7016e9bb02..414a1b2d4e4ccaadc2db368dc4a1905a40fcfa34 100644
--- a/chrome/browser/chromeos/settings/cros_settings_unittest.cc
+++ b/chrome/browser/chromeos/settings/cros_settings_unittest.cc
@@ -35,7 +35,7 @@ class CrosSettingsTest : public testing::Test {
settings_(DeviceSettingsService::Get()),
weak_factory_(this) {}
- virtual ~CrosSettingsTest() {}
+ ~CrosSettingsTest() override {}
void TearDown() override {
ASSERT_TRUE(expected_props_.empty());
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_identity_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698