| 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 2a26f4b4fb43df6a95b9984397a413711a797e09..cf5f60c06b1b0af1a46ac6d25f2f9ab78aec0036 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| @@ -42,8 +42,6 @@ class HTMLElement;
 | 
|  class HTMLSpanElement;
 | 
|  class Text;
 | 
|  
 | 
| -enum class EditCommandSource { kMenuOrKeyBinding, kDOM };
 | 
| -
 | 
|  class CORE_EXPORT CompositeEditCommand : public EditCommand {
 | 
|   public:
 | 
|    enum ShouldPreserveSelection { PreserveSelection, DoNotPreserveSelection };
 | 
| 
 |