| Index: third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| index 1a79e54d592d70e8a56c6f2fb8e3dae2d60abdb6..19e6f619f0fc0534c52e171c75d18aae02590ce1 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| @@ -124,6 +124,6 @@ const AtomicString& optGroupLabel()
|
| return name;
|
| }
|
|
|
| -}
|
| +} // namespace ShadowElementNames
|
|
|
| -}
|
| +} // namespace blink
|
|
|