Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: media/blink/active_loader.cc

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/blink/active_loader.h ('k') | media/blink/mock_webassociatedurlloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/active_loader.cc
diff --git a/media/blink/active_loader.cc b/media/blink/active_loader.cc
index a6a3a51930cbf9a765ffeabbf70310bbca905de6..f653a570c8f9f329a9608eae6a2fb6e72c425ba1 100644
--- a/media/blink/active_loader.cc
+++ b/media/blink/active_loader.cc
@@ -6,11 +6,12 @@
#include <utility>
-#include "third_party/WebKit/public/platform/WebURLLoader.h"
+#include "third_party/WebKit/public/web/WebAssociatedURLLoader.h"
namespace media {
-ActiveLoader::ActiveLoader(std::unique_ptr<blink::WebURLLoader> loader)
+ActiveLoader::ActiveLoader(
+ std::unique_ptr<blink::WebAssociatedURLLoader> loader)
: loader_(std::move(loader)), deferred_(false) {}
ActiveLoader::~ActiveLoader() {
« no previous file with comments | « media/blink/active_loader.h ('k') | media/blink/mock_webassociatedurlloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698