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

Unified Diff: ios/chrome/browser/suggestions/suggestions_service_factory.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
Index: ios/chrome/browser/suggestions/suggestions_service_factory.h
diff --git a/ios/chrome/browser/suggestions/suggestions_service_factory.h b/ios/chrome/browser/suggestions/suggestions_service_factory.h
index 6f63199447a17b103c60ea409b9dbf91f2fe7441..3f86fc3625f161ecdb3d5a9b99de91c6211bd36d 100644
--- a/ios/chrome/browser/suggestions/suggestions_service_factory.h
+++ b/ios/chrome/browser/suggestions/suggestions_service_factory.h
@@ -33,7 +33,7 @@ class SuggestionsServiceFactory : public BrowserStateKeyedServiceFactory {
friend struct DefaultSingletonTraits<SuggestionsServiceFactory>;
SuggestionsServiceFactory();
- ~SuggestionsServiceFactory();
+ ~SuggestionsServiceFactory() override;
// BrowserStateKeyedServiceFactory:
KeyedService* BuildServiceInstanceFor(
« no previous file with comments | « content/public/browser/resource_context.h ('k') | ios/public/test/fake_profile_oauth2_token_service_ios_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698