diff options
Diffstat (limited to 'chrome/browser/extensions/bookmark_app_helper.h')
-rw-r--r-- | chrome/browser/extensions/bookmark_app_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/bookmark_app_helper.h b/chrome/browser/extensions/bookmark_app_helper.h index c9bd9e9..0e5ad27 100644 --- a/chrome/browser/extensions/bookmark_app_helper.h +++ b/chrome/browser/extensions/bookmark_app_helper.h @@ -73,7 +73,7 @@ class BookmarkAppHelper : public content::NotificationObserver { // Overridden from content::NotificationObserver: virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details) OVERRIDE; + const content::NotificationDetails& details) override; // The WebApplicationInfo that the bookmark app is being created for. WebApplicationInfo web_app_info_; |