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

Unified Diff: chrome_elf/blacklist/test/blacklist_test.cc

Issue 1112853003: Apply automated fixits for Chrome clang plugin to chrome_elf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/blacklist/test/blacklist_test.cc
diff --git a/chrome_elf/blacklist/test/blacklist_test.cc b/chrome_elf/blacklist/test/blacklist_test.cc
index 56be824c8fbde77d484e4f48e59162347740d1da..b8f1ea210a0dcc2702a9672da6c92c5348708328 100644
--- a/chrome_elf/blacklist/test/blacklist_test.cc
+++ b/chrome_elf/blacklist/test/blacklist_test.cc
@@ -120,7 +120,7 @@ class BlacklistTest : public testing::Test {
int num_initially_blocked_;
private:
- virtual void SetUp() {
+ void SetUp() override {
// Force an import from blacklist_test_main_dll.
InitBlacklistTestDll();
blacklist_registry_key_.reset(
@@ -132,7 +132,7 @@ class BlacklistTest : public testing::Test {
TestDll_SuccessfullyBlocked(NULL, &num_initially_blocked_);
}
- virtual void TearDown() {
+ void TearDown() override {
TestDll_RemoveDllFromBlacklist(kTestDllName1);
TestDll_RemoveDllFromBlacklist(kTestDllName2);
TestDll_RemoveDllFromBlacklist(kTestDllName3);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698