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

Unified Diff: google_apis/gcm/engine/unregistration_request_unittest.cc

Issue 802413003: Standardize usage of virtual/override/final specifiers in google_apis/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « google_apis/gcm/engine/registration_request_unittest.cc ('k') | google_apis/google_api_keys_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/engine/unregistration_request_unittest.cc
diff --git a/google_apis/gcm/engine/unregistration_request_unittest.cc b/google_apis/gcm/engine/unregistration_request_unittest.cc
index 247150390ae3e20aafdb97d41331d5239d9d26c8..1c736de1ad10b2ce6738e1d4f4f68c238fda142d 100644
--- a/google_apis/gcm/engine/unregistration_request_unittest.cc
+++ b/google_apis/gcm/engine/unregistration_request_unittest.cc
@@ -57,7 +57,7 @@ const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
class UnregistrationRequestTest : public testing::Test {
public:
UnregistrationRequestTest();
- virtual ~UnregistrationRequestTest();
+ ~UnregistrationRequestTest() override;
void UnregistrationCallback(UnregistrationRequest::Status status);
« no previous file with comments | « google_apis/gcm/engine/registration_request_unittest.cc ('k') | google_apis/google_api_keys_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698