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

Unified Diff: content/renderer/media/video_frame_provider.cc

Issue 18261007: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win64 AGAIN Created 7 years, 5 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 | « content/renderer/media/video_frame_provider.h ('k') | content/renderer/media/webaudiosourceprovider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/video_frame_provider.cc
diff --git a/webkit/renderer/media/video_frame_provider.cc b/content/renderer/media/video_frame_provider.cc
similarity index 70%
rename from webkit/renderer/media/video_frame_provider.cc
rename to content/renderer/media/video_frame_provider.cc
index 5e8a9af55763367ef4347dce96cd824eedd9ba71..48f50e06bd2b4595c024366a5120758008fdf65a 100644
--- a/webkit/renderer/media/video_frame_provider.cc
+++ b/content/renderer/media/video_frame_provider.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/renderer/media/video_frame_provider.h"
+#include "content/renderer/media/video_frame_provider.h"
-namespace webkit_media {
+namespace content {
VideoFrameProvider::VideoFrameProvider() {}
VideoFrameProvider::~VideoFrameProvider() {}
-} // namespace webkit_media
+} // namespace content
« no previous file with comments | « content/renderer/media/video_frame_provider.h ('k') | content/renderer/media/webaudiosourceprovider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698