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

Unified Diff: Source/core/fetch/TextResource.h

Issue 631223002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/[fetch|fileapi] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/fetch/StyleSheetResourceClient.h ('k') | Source/core/fetch/XSLStyleSheetResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/TextResource.h
diff --git a/Source/core/fetch/TextResource.h b/Source/core/fetch/TextResource.h
index f6fa268d0e54f840141cb3ad3837cfdf8cc179de..9ebf9f612c863d175c47650fcd2162bc072f81b7 100644
--- a/Source/core/fetch/TextResource.h
+++ b/Source/core/fetch/TextResource.h
@@ -17,8 +17,8 @@ public:
// call time.
String decodedText() const;
- virtual void setEncoding(const String&) OVERRIDE;
- virtual String encoding() const OVERRIDE;
+ virtual void setEncoding(const String&) override;
+ virtual String encoding() const override;
protected:
TextResource(const ResourceRequest&, Type, const String& mimeType, const String& charset);
« no previous file with comments | « Source/core/fetch/StyleSheetResourceClient.h ('k') | Source/core/fetch/XSLStyleSheetResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698