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 7a9fbf271bf426fe8960dd339e4227dfa922edd9..cd95bad157a9770b092eefab90604f6668564360 100644 |
--- a/webkit/tools/test_shell/test_webview_delegate.cc |
+++ b/webkit/tools/test_shell/test_webview_delegate.cc |
@@ -18,6 +18,7 @@ |
#include "base/utf_string_conversions.h" |
#include "gfx/native_widget_types.h" |
#include "gfx/point.h" |
+#include "media/base/filter_collection.h" |
#include "net/base/net_errors.h" |
#include "third_party/WebKit/WebKit/chromium/public/WebAccessibilityObject.h" |
#include "third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h" |
@@ -725,8 +726,8 @@ WebWorker* TestWebViewDelegate::createWorker( |
WebMediaPlayer* TestWebViewDelegate::createMediaPlayer( |
WebFrame* frame, WebMediaPlayerClient* client) { |
- scoped_ptr<media::MediaFilterCollection> collection( |
- new media::MediaFilterCollection()); |
+ scoped_ptr<media::FilterCollection> collection( |
+ new media::FilterCollection()); |
// TODO(annacc): do we still need appcache_host? http://crbug.com/65135 |
// appcache::WebApplicationCacheHostImpl* appcache_host = |