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

Unified Diff: content/browser/trace_subscriber_stdio.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/trace_message_filter.h ('k') | content/browser/utility_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/trace_subscriber_stdio.h
diff --git a/content/browser/trace_subscriber_stdio.h b/content/browser/trace_subscriber_stdio.h
index ab74c7d720ea57abdb827652ecf68d22e1b9d6af..b9742e2d5a37f14dbbc8381571b13fbdfecbd3de 100644
--- a/content/browser/trace_subscriber_stdio.h
+++ b/content/browser/trace_subscriber_stdio.h
@@ -28,8 +28,8 @@ class CONTENT_EXPORT TraceSubscriberStdio : public TraceSubscriber {
bool IsValid();
// Implementation of TraceSubscriber
- virtual void OnEndTracingComplete();
- virtual void OnTraceDataCollected(const std::string& trace_fragment);
+ virtual void OnEndTracingComplete() OVERRIDE;
+ virtual void OnTraceDataCollected(const std::string& trace_fragment) OVERRIDE;
virtual ~TraceSubscriberStdio();
« no previous file with comments | « content/browser/trace_message_filter.h ('k') | content/browser/utility_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698