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

Unified Diff: chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h

Issue 666733003: Standardize usage of virtual/override/final in chrome/browser/sync/ (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: chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
diff --git a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
index f447de9e0b7dea61e5ee8236ae3d0e633cb9379a..be10c92f5a05fe5ed75b4ee87bd885bc0d8529f7 100644
--- a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
+++ b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
@@ -27,11 +27,11 @@ class P2PInvalidationForwarder : public ProfileSyncServiceObserver {
P2PInvalidationForwarder(
ProfileSyncService* sync_service,
invalidation::P2PInvalidationService* invalidation_service);
- virtual ~P2PInvalidationForwarder();
+ ~P2PInvalidationForwarder() override;
// Implementation of ProfileSyncServiceObserver
- virtual void OnStateChanged() override;
- virtual void OnSyncCycleCompleted() override;
+ void OnStateChanged() override;
+ void OnSyncCycleCompleted() override;
private:
ProfileSyncService* sync_service_;

Powered by Google App Engine
This is Rietveld 408576698