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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
index 904778cd935aa0eb0cf5c98f00a0f1ce9d4383fd..0b0876f071cc7068cf98e7a8d7c2ca9c7e827b77 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
@@ -78,7 +78,7 @@ class MockObserver : public net::ProxyConfigService::Observer {
class DataReductionProxyConfigServiceTest : public testing::Test {
public:
- virtual void SetUp() {
+ void SetUp() override {
observer_.reset(new MockObserver());
base_service_ = new TestProxyConfigService();
scoped_ptr<net::ProxyConfigService> base_service(base_service_);

Powered by Google App Engine
This is Rietveld 408576698