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

Unified Diff: google_apis/gcm/engine/checkin_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
Index: google_apis/gcm/engine/checkin_request_unittest.cc
diff --git a/google_apis/gcm/engine/checkin_request_unittest.cc b/google_apis/gcm/engine/checkin_request_unittest.cc
index 6f1c630698c1f4363bcb69a0403bc4aea1e4c58c..a7c7db2c459a1e152af58a22bdf2378d004e90f3 100644
--- a/google_apis/gcm/engine/checkin_request_unittest.cc
+++ b/google_apis/gcm/engine/checkin_request_unittest.cc
@@ -67,7 +67,7 @@ class CheckinRequestTest : public testing::Test {
};
CheckinRequestTest();
- virtual ~CheckinRequestTest();
+ ~CheckinRequestTest() override;
void FetcherCallback(
const checkin_proto::AndroidCheckinResponse& response);
« no previous file with comments | « google_apis/gcm/base/socket_stream_unittest.cc ('k') | google_apis/gcm/engine/connection_factory_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698