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

Unified Diff: chrome/browser/local_discovery/privet_device_lister_unittest.cc

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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: chrome/browser/local_discovery/privet_device_lister_unittest.cc
diff --git a/chrome/browser/local_discovery/privet_device_lister_unittest.cc b/chrome/browser/local_discovery/privet_device_lister_unittest.cc
index 3f7dfa9a7a4811215388abfe3caa785b29b89df1..a165b71874ffbb0586e5d8d1b824714ca62ee5e3 100644
--- a/chrome/browser/local_discovery/privet_device_lister_unittest.cc
+++ b/chrome/browser/local_discovery/privet_device_lister_unittest.cc
@@ -169,10 +169,10 @@ class PrivetDeviceListerTest : public testing::Test {
PrivetDeviceListerTest() : mock_client_(&mock_delegate_) {
}
- virtual ~PrivetDeviceListerTest() {
+ ~PrivetDeviceListerTest() override {
}
- virtual void SetUp() override {
+ void SetUp() override {
example_attrs_.push_back("tXtvers=1");
example_attrs_.push_back("ty=My Printer");
example_attrs_.push_back("nOte=This is my Printer");

Powered by Google App Engine
This is Rietveld 408576698