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

Unified Diff: chrome/browser/services/gcm/fake_gcm_profile_service.cc

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/services/gcm/fake_gcm_profile_service.cc
diff --git a/chrome/browser/services/gcm/fake_gcm_profile_service.cc b/chrome/browser/services/gcm/fake_gcm_profile_service.cc
index 7b82e4cd8698f6b752741b3d4f8de40cd457750e..584b90332c4b4e4b6918eab975015f0c159fbcd0 100644
--- a/chrome/browser/services/gcm/fake_gcm_profile_service.cc
+++ b/chrome/browser/services/gcm/fake_gcm_profile_service.cc
@@ -35,11 +35,11 @@ class CustomFakeGCMDriver : public FakeGCMDriver {
// FakeGCMDriver overrides:
virtual void RegisterImpl(
const std::string& app_id,
- const std::vector<std::string>& sender_ids) OVERRIDE;
- virtual void UnregisterImpl(const std::string& app_id) OVERRIDE;
+ const std::vector<std::string>& sender_ids) override;
+ virtual void UnregisterImpl(const std::string& app_id) override;
virtual void SendImpl(const std::string& app_id,
const std::string& receiver_id,
- const GCMClient::OutgoingMessage& message) OVERRIDE;
+ const GCMClient::OutgoingMessage& message) override;
private:
FakeGCMProfileService* service_;
« no previous file with comments | « chrome/browser/services/gcm/chromeos_gcm_connection_observer.h ('k') | chrome/browser/services/gcm/fake_signin_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698