Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / BreakBlockquoteCommand.h
index acd7d5d..a60b5ef 100644 (file)
@@ -30,7 +30,7 @@
 
 namespace blink {
 
-class BreakBlockquoteCommand FINAL : public CompositeEditCommand {
+class BreakBlockquoteCommand final : public CompositeEditCommand {
 public:
     static PassRefPtrWillBeRawPtr<BreakBlockquoteCommand> create(Document& document)
     {
@@ -39,7 +39,7 @@ public:
 
 private:
     explicit BreakBlockquoteCommand(Document&);
-    virtual void doApply() OVERRIDE;
+    virtual void doApply() override;
 };
 
 } // namespace blink