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

Unified Diff: media/blink/multibuffer_data_source_unittest.cc

Issue 2962573002: Move SetReferrerForRequest method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | media/blink/url_index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/multibuffer_data_source_unittest.cc
diff --git a/media/blink/multibuffer_data_source_unittest.cc b/media/blink/multibuffer_data_source_unittest.cc
index 36596d6555b0783bfc987e2423f5f183b19367b1..6ca264d0fec9445c0005d9ba077a34a761e6dfbb 100644
--- a/media/blink/multibuffer_data_source_unittest.cc
+++ b/media/blink/multibuffer_data_source_unittest.cc
@@ -150,7 +150,7 @@ class TestUrlData : public UrlData {
class TestUrlIndex : public UrlIndex {
public:
- explicit TestUrlIndex(blink::WebFrame* frame) : UrlIndex(frame) {}
+ explicit TestUrlIndex(blink::WebLocalFrame* frame) : UrlIndex(frame) {}
scoped_refptr<UrlData> NewUrlData(const GURL& url,
UrlData::CORSMode cors_mode) override {
« no previous file with comments | « no previous file | media/blink/url_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698