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

Unified Diff: content/browser/tracing/trace_uploader.h

Issue 637183002: Replace FINAL and OVERRIDE with their C++11 counterparts in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch Created 6 years, 2 months 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/tracing/trace_uploader.h
diff --git a/content/browser/tracing/trace_uploader.h b/content/browser/tracing/trace_uploader.h
index bfdd40f6e88f92a54ff43b9503fd2732461d0664..bfc4385018283e3a5aea1d52628cb44860624d62 100644
--- a/content/browser/tracing/trace_uploader.h
+++ b/content/browser/tracing/trace_uploader.h
@@ -46,9 +46,9 @@ class TraceUploader : public net::URLFetcherDelegate {
virtual ~TraceUploader();
// net::URLFetcherDelegate implementation.
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
virtual void OnURLFetchUploadProgress(const net::URLFetcher* source,
- int64 current, int64 total) OVERRIDE;
+ int64 current, int64 total) override;
// Compresses and uploads the given file contents.
void DoUpload(const std::string& file_contents,
« no previous file with comments | « content/browser/tracing/trace_message_filter.h ('k') | content/browser/tracing/tracing_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698