| Index: third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| index a0cf56f2b325378460796f054479600d725a478f..fe7652efc1b4b3f9c360db0e1e17e70a9ff55454 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/UnlinkCommand.cpp
|
| @@ -43,4 +43,4 @@ void UnlinkCommand::doApply()
|
| removeStyledElement(HTMLAnchorElement::create(document()));
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|