Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLAudioElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLAudioElement.cpp b/third_party/WebKit/Source/core/html/HTMLAudioElement.cpp |
| index 71b329bed90229e83a3170b9c3454d5dc89a3288..cc2922c0dab0b972bd1f5ac58e01350f6a553320 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLAudioElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLAudioElement.cpp |
| @@ -56,4 +56,4 @@ PassRefPtrWillBeRawPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructo |
| return audio.release(); |
| } |
| -} |
| +} // namespace blink |