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

Unified Diff: chrome/browser/metrics/variations/variations_request_scheduler_mobile.h

Issue 840813009: Enable strict-virtual-specifiers for iOS builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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 | « build/common.gypi ('k') | chrome/browser/policy/cloud/user_policy_signin_service_mobile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/variations/variations_request_scheduler_mobile.h
diff --git a/chrome/browser/metrics/variations/variations_request_scheduler_mobile.h b/chrome/browser/metrics/variations/variations_request_scheduler_mobile.h
index 651e984f3b610351204834af4a450359b2e060b7..2ad9d782dcb41679cc9c43b0653a70e5cbda05da 100644
--- a/chrome/browser/metrics/variations/variations_request_scheduler_mobile.h
+++ b/chrome/browser/metrics/variations/variations_request_scheduler_mobile.h
@@ -20,12 +20,12 @@ class VariationsRequestSchedulerMobile : public VariationsRequestScheduler {
// is the PrefService that contains the time of the last fetch.
explicit VariationsRequestSchedulerMobile(const base::Closure& task,
PrefService* local_state);
- virtual ~VariationsRequestSchedulerMobile();
+ ~VariationsRequestSchedulerMobile() override;
// Base class overrides.
- virtual void Start() override;
- virtual void Reset() override;
- virtual void OnAppEnterForeground() override;
+ void Start() override;
+ void Reset() override;
+ void OnAppEnterForeground() override;
private:
FRIEND_TEST_ALL_PREFIXES(VariationsRequestSchedulerMobileTest,
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/policy/cloud/user_policy_signin_service_mobile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698