Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLNoEmbedElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLNoEmbedElement.cpp b/third_party/WebKit/Source/core/html/HTMLNoEmbedElement.cpp |
| index 01f87bd49ac3d4aa4e6808127c9b101828d50ea8..d3210cdfdd0f24a5b6b31bb980a55d6178e9e9f2 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLNoEmbedElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLNoEmbedElement.cpp |
| @@ -53,4 +53,4 @@ bool HTMLNoEmbedElement::layoutObjectIsNeeded(const ComputedStyle& style) |
| return Element::layoutObjectIsNeeded(style); |
| } |
| -} |
| +} // namespace blink |