summaryrefslogtreecommitdiffstats
path: root/apps/app_load_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_load_service.h')
-rw-r--r--apps/app_load_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/app_load_service.h b/apps/app_load_service.h
index 566672e..aa9cc98 100644
--- a/apps/app_load_service.h
+++ b/apps/app_load_service.h
@@ -44,7 +44,7 @@ class AppLoadService : public KeyedService,
};
explicit AppLoadService(Profile* profile);
- virtual ~AppLoadService();
+ ~AppLoadService() override;
// Reload the application with the given id and then send it the OnRestarted
// event.
@@ -65,12 +65,12 @@ class AppLoadService : public KeyedService,
private:
// content::NotificationObserver.
- virtual void Observe(int type,
- const content::NotificationSource& source,
- const content::NotificationDetails& details) override;
+ void Observe(int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) override;
// extensions::ExtensionRegistryObserver.
- virtual void OnExtensionUnloaded(
+ void OnExtensionUnloaded(
content::BrowserContext* browser_context,
const extensions::Extension* extension,
extensions::UnloadedExtensionInfo::Reason reason) override;