| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| index 2289ba003dbe6ab03853a66d221e545f53d649ea..24d67a7746c024858645e740496c0378033f37c8 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| @@ -42,6 +42,8 @@ class HTMLElement;
 | 
|  class HTMLSpanElement;
 | 
|  class Text;
 | 
|  
 | 
| +enum class EditCommandSource { kMenuOrKeyBinding, kDOM };
 | 
| +
 | 
|  class EditCommandComposition final : public UndoStep {
 | 
|   public:
 | 
|    static EditCommandComposition* create(Document*,
 | 
| 
 |