| Index: third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| index d954c0f157bae75d37d35142dd1cbdb31b76de34..e2fbb61bb8c6c021f4e2fa34678ed379714161ec 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp
|
| @@ -64,7 +64,7 @@ class MockWebMediaPlayer : public EmptyWebMediaPlayer {
|
| MOCK_METHOD1(setBufferingStrategy, void(BufferingStrategy));
|
| };
|
|
|
| -class StubFrameLoaderClient : public EmptyFrameLoaderClient {
|
| +class StubFrameLoaderClient : public EmptyLocalFrameClient {
|
| public:
|
| static StubFrameLoaderClient* create() { return new StubFrameLoaderClient; }
|
|
|
|
|