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

Unified Diff: extensions/browser/management_policy_unittest.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/management_policy_unittest.cc
diff --git a/extensions/browser/management_policy_unittest.cc b/extensions/browser/management_policy_unittest.cc
index bcedc2c7e2892bfb7d191c5f5cb6f6e30e2c0d30..7bf60a9bf44dd92924014dbd9b224f120c2c9a4e 100644
--- a/extensions/browser/management_policy_unittest.cc
+++ b/extensions/browser/management_policy_unittest.cc
@@ -12,7 +12,7 @@ using extensions::Extension;
class ManagementPolicyTest : public testing::Test {
public:
- virtual void SetUp() {
+ void SetUp() override {
allow_all_.SetProhibitedActions(TestProvider::ALLOW_ALL);
no_modify_status_.SetProhibitedActions(
TestProvider::PROHIBIT_MODIFY_STATUS);
« no previous file with comments | « extensions/browser/lazy_background_task_queue_unittest.cc ('k') | extensions/browser/mojo/stash_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698