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

Unified Diff: chrome/browser/apps/per_app_settings_service.h

Issue 668903002: Standardize usage of virtual/override/final in chrome/browser/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 | « chrome/browser/apps/install_chrome_app.cc ('k') | chrome/browser/apps/per_app_settings_service_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/per_app_settings_service.h
diff --git a/chrome/browser/apps/per_app_settings_service.h b/chrome/browser/apps/per_app_settings_service.h
index 161a6da5ad428d5108695be90efbb4e7f6a92f18..c65ed3e3d7ca6068bf3e71bd94a442c87b4787ea 100644
--- a/chrome/browser/apps/per_app_settings_service.h
+++ b/chrome/browser/apps/per_app_settings_service.h
@@ -16,7 +16,7 @@
class PerAppSettingsService : public KeyedService {
public:
PerAppSettingsService();
- virtual ~PerAppSettingsService();
+ ~PerAppSettingsService() override;
// Sets/gets the desktop that |app_id| was last launched from.
void SetDesktopLastLaunchedFrom(
« no previous file with comments | « chrome/browser/apps/install_chrome_app.cc ('k') | chrome/browser/apps/per_app_settings_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698