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

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

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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/services/gcm/fake_gcm_profile_service.h
diff --git a/chrome/browser/services/gcm/fake_gcm_profile_service.h b/chrome/browser/services/gcm/fake_gcm_profile_service.h
index bc9ade990d2e8f6f9f50cbb0ce3c758a4db152f4..2326b9922fb70209307dc47fbe84e0fce4bc24a1 100644
--- a/chrome/browser/services/gcm/fake_gcm_profile_service.h
+++ b/chrome/browser/services/gcm/fake_gcm_profile_service.h
@@ -25,7 +25,7 @@ class FakeGCMProfileService : public GCMProfileService {
static KeyedService* Build(content::BrowserContext* context);
explicit FakeGCMProfileService(Profile* profile);
- virtual ~FakeGCMProfileService();
+ ~FakeGCMProfileService() override;
void RegisterFinished(const std::string& app_id,
const std::vector<std::string>& sender_ids);

Powered by Google App Engine
This is Rietveld 408576698