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

Unified Diff: content/browser/notification_service_impl.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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 | « content/browser/net/url_request_slow_http_job.h ('k') | content/browser/plugin_loader_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/notification_service_impl.h
diff --git a/content/browser/notification_service_impl.h b/content/browser/notification_service_impl.h
index 0880974f27f6af47639195a676846b63e38efe99..c6e1874c5b9975b3572186037da51a764c7bff66 100644
--- a/content/browser/notification_service_impl.h
+++ b/content/browser/notification_service_impl.h
@@ -29,8 +29,8 @@ class CONTENT_EXPORT NotificationServiceImpl
// content::NotificationService
virtual void Notify(int type,
- const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) OVERRIDE;
private:
friend class content::NotificationRegistrar;
« no previous file with comments | « content/browser/net/url_request_slow_http_job.h ('k') | content/browser/plugin_loader_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698