Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp |
| index 1187ce6e262553fb9674677d41f3defc1ef428e4..69c6ee7ef4eadeca2f572ea6e042ac5738aa054c 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElementTest.cpp |
| @@ -87,7 +87,7 @@ String srcSchemeToURL(TestURLScheme scheme) { |
| default: |
| NOTREACHED(); |
| } |
| - return emptyString(); |
| + return emptyString; |
| } |
| TEST_P(HTMLMediaElementTest, preloadType) { |