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

Unified Diff: sky/engine/wtf/FilePrintStream.h

Issue 727933002: Remove FINAL macro to make chromium presubmit happy (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/wtf/Compiler.h ('k') | sky/engine/wtf/Float32Array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/FilePrintStream.h
diff --git a/sky/engine/wtf/FilePrintStream.h b/sky/engine/wtf/FilePrintStream.h
index c494ce1ac431de9977f4899c71d538931d431ff8..db0b51f70c616d86c5a1012ea1ce62132e29a932 100644
--- a/sky/engine/wtf/FilePrintStream.h
+++ b/sky/engine/wtf/FilePrintStream.h
@@ -32,7 +32,7 @@
namespace WTF {
-class WTF_EXPORT FilePrintStream FINAL : public PrintStream {
+class WTF_EXPORT FilePrintStream final : public PrintStream {
public:
enum AdoptionMode {
Adopt,
« no previous file with comments | « sky/engine/wtf/Compiler.h ('k') | sky/engine/wtf/Float32Array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698