| Index: third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
 | 
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
 | 
| index 8866dda387c5bfc6bd4faa3791c30a783a98d017..81f9a4ee4c7860c1c65418456faad0a03916373b 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
 | 
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.h
 | 
| @@ -33,7 +33,7 @@ namespace blink {
 | 
|  class EditingStyle;
 | 
|  class HTMLTableRowElement;
 | 
|  
 | 
| -class DeleteSelectionCommand final : public CompositeEditCommand {
 | 
| +class CORE_EXPORT DeleteSelectionCommand final : public CompositeEditCommand {
 | 
|   public:
 | 
|    static DeleteSelectionCommand* create(
 | 
|        Document& document,
 | 
| 
 |