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

Unified Diff: apps/saved_files_service_factory.h

Issue 666213002: Standardize usage of virtual/override/final in apps/ (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
« no previous file with comments | « apps/saved_files_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/saved_files_service_factory.h
diff --git a/apps/saved_files_service_factory.h b/apps/saved_files_service_factory.h
index 7d4c15c0133eec2f6256fce20a4b3d1c7571d214..b7f47154902cfbbcf6a5c3d83337f17b351ec43c 100644
--- a/apps/saved_files_service_factory.h
+++ b/apps/saved_files_service_factory.h
@@ -23,10 +23,10 @@ class SavedFilesServiceFactory : public BrowserContextKeyedServiceFactory {
private:
SavedFilesServiceFactory();
- virtual ~SavedFilesServiceFactory();
+ ~SavedFilesServiceFactory() override;
friend struct DefaultSingletonTraits<SavedFilesServiceFactory>;
- virtual KeyedService* BuildServiceInstanceFor(
+ KeyedService* BuildServiceInstanceFor(
content::BrowserContext* profile) const override;
};
« no previous file with comments | « apps/saved_files_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698