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

Unified Diff: content/browser/cert_store.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
Index: content/browser/cert_store.h
diff --git a/content/browser/cert_store.h b/content/browser/cert_store.h
index e5a6a67ad224e6fd70d0e7cbbe34f18347860617..4ed32fded3cf85e85289ffa33f6b1d7470ccbdda 100644
--- a/content/browser/cert_store.h
+++ b/content/browser/cert_store.h
@@ -45,7 +45,7 @@ class CONTENT_EXPORT CertStore : public content::NotificationObserver {
// content::NotificationObserver implementation.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
private:
friend struct DefaultSingletonTraits<CertStore>;
« no previous file with comments | « content/browser/browser_process_sub_thread.h ('k') | content/browser/debugger/devtools_http_protocol_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698