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

Unified Diff: sync/internal_api/protocol_event_buffer_unittest.cc

Issue 792343004: Standardize usage of virtual/override/final specifiers in sync/. (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: sync/internal_api/protocol_event_buffer_unittest.cc
diff --git a/sync/internal_api/protocol_event_buffer_unittest.cc b/sync/internal_api/protocol_event_buffer_unittest.cc
index d6d403401283ee0089dc4ff7ba9811bf9acb286b..b197ec0bb160d132413f1ecf64b7453809920e58 100644
--- a/sync/internal_api/protocol_event_buffer_unittest.cc
+++ b/sync/internal_api/protocol_event_buffer_unittest.cc
@@ -16,7 +16,7 @@ namespace syncer {
class ProtocolEventBufferTest : public ::testing::Test {
public:
ProtocolEventBufferTest();
- virtual ~ProtocolEventBufferTest();
+ ~ProtocolEventBufferTest() override;
static scoped_ptr<ProtocolEvent> MakeTestEvent(int64 id);
static bool HasId(const ProtocolEvent& event, int64 id);
« no previous file with comments | « sync/internal_api/http_bridge_unittest.cc ('k') | sync/internal_api/public/base/cancelation_signal_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698