Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / background / background_application_list_model.h
index 5d27124..14f7d8f 100644 (file)
@@ -49,7 +49,7 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
   // Create a new model associated with profile.
   explicit BackgroundApplicationListModel(Profile* profile);
 
-  virtual ~BackgroundApplicationListModel();
+  ~BackgroundApplicationListModel() override;
 
   // Associate observer with this model.
   void AddObserver(Observer* observer);
@@ -116,9 +116,9 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
   Application* FindApplication(const extensions::Extension* extension);
 
   // content::NotificationObserver implementation.
-  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;
 
   // Notifies observers that some of the data associated with this background
   // application, e. g. the Icon, has changed.