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

Unified Diff: components/invalidation/profile_invalidation_provider.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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
« no previous file with comments | « components/invalidation/p2p_invalidator.h ('k') | components/invalidation/push_client_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/profile_invalidation_provider.h
diff --git a/components/invalidation/profile_invalidation_provider.h b/components/invalidation/profile_invalidation_provider.h
index 53c0db8dec984b759dc9a4f7a00c02206a641a8e..ef73f121e5284edb35551ed752e3aaa1eed710de 100644
--- a/components/invalidation/profile_invalidation_provider.h
+++ b/components/invalidation/profile_invalidation_provider.h
@@ -24,7 +24,7 @@ class ProfileInvalidationProvider : public KeyedService {
InvalidationService* GetInvalidationService();
// KeyedService:
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
private:
scoped_ptr<InvalidationService> invalidation_service_;
« no previous file with comments | « components/invalidation/p2p_invalidator.h ('k') | components/invalidation/push_client_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698