diff options
Diffstat (limited to 'chrome/browser/metrics/variations/variations_service.h')
-rw-r--r-- | chrome/browser/metrics/variations/variations_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/metrics/variations/variations_service.h b/chrome/browser/metrics/variations/variations_service.h index effec59..afcfc6e 100644 --- a/chrome/browser/metrics/variations/variations_service.h +++ b/chrome/browser/metrics/variations/variations_service.h @@ -72,7 +72,7 @@ class VariationsService virtual ~Observer() {} }; - virtual ~VariationsService(); + ~VariationsService() override; // Creates field trials based on Variations Seed loaded from local prefs. If // there is a problem loading the seed data, all trials specified by the seed @@ -173,10 +173,10 @@ class VariationsService const variations::VariationsSeedSimulator::Result& result); // net::URLFetcherDelegate implementation: - virtual void OnURLFetchComplete(const net::URLFetcher* source) override; + void OnURLFetchComplete(const net::URLFetcher* source) override; // ResourceRequestAllowedNotifier::Observer implementation: - virtual void OnResourceRequestsAllowed() override; + void OnResourceRequestsAllowed() override; // Performs a variations seed simulation with the given |seed| and |version| // and logs the simulation results as histograms. |