| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
|
| index dc62a70f62fa0ad59c97641976af01d3470df8b1..a62e624b585c5b6eaf636fb76a34b42833fc47a7 100644
|
| --- a/webkit/tools/test_shell/test_webview_delegate.cc
|
| +++ b/webkit/tools/test_shell/test_webview_delegate.cc
|
| @@ -18,7 +18,7 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "media/base/filter_collection.h"
|
| #include "media/base/media_log.h"
|
| -#include "media/base/message_loop_factory_impl.h"
|
| +#include "media/base/message_loop_factory.h"
|
| #include "net/base/net_errors.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebAccessibilityObject.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h"
|
| @@ -651,7 +651,7 @@ WebPlugin* TestWebViewDelegate::createPlugin(WebFrame* frame,
|
| WebMediaPlayer* TestWebViewDelegate::createMediaPlayer(
|
| WebFrame* frame, WebMediaPlayerClient* client) {
|
| scoped_ptr<media::MessageLoopFactory> message_loop_factory(
|
| - new media::MessageLoopFactoryImpl());
|
| + new media::MessageLoopFactory());
|
|
|
| scoped_ptr<media::FilterCollection> collection(
|
| new media::FilterCollection());
|
|
|