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

Unified Diff: content/renderer/media/buffered_data_source.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « content/renderer/media/audio_decoder.cc ('k') | content/renderer/media/buffered_data_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/buffered_data_source.h
diff --git a/content/renderer/media/buffered_data_source.h b/content/renderer/media/buffered_data_source.h
index 6b1d68c1a8e0b26aebe0894123594aa19e1da259..4cad0711436035fe30d041ef6070ca3e3bebda21 100644
--- a/content/renderer/media/buffered_data_source.h
+++ b/content/renderer/media/buffered_data_source.h
@@ -39,7 +39,7 @@ class CONTENT_EXPORT BufferedDataSource : public media::DataSource {
// |downloading_cb| will be called whenever the downloading/paused state of
// the source changes.
BufferedDataSource(const scoped_refptr<base::MessageLoopProxy>& render_loop,
- WebKit::WebFrame* frame,
+ blink::WebFrame* frame,
media::MediaLog* media_log,
const DownloadingCB& downloading_cb);
virtual ~BufferedDataSource();
@@ -161,7 +161,7 @@ class CONTENT_EXPORT BufferedDataSource : public media::DataSource {
bool streaming_;
// A webframe for loading.
- WebKit::WebFrame* frame_;
+ blink::WebFrame* frame_;
// A resource loader for the media resource.
scoped_ptr<BufferedResourceLoader> loader_;
« no previous file with comments | « content/renderer/media/audio_decoder.cc ('k') | content/renderer/media/buffered_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698