| Index: content/public/renderer/video_frame_provider.cc
|
| diff --git a/webkit/renderer/media/video_frame_provider.cc b/content/public/renderer/video_frame_provider.cc
|
| similarity index 70%
|
| rename from webkit/renderer/media/video_frame_provider.cc
|
| rename to content/public/renderer/video_frame_provider.cc
|
| index 5e8a9af55763367ef4347dce96cd824eedd9ba71..c1ba7d2731e0664ff393d066ed2d304f8d073486 100644
|
| --- a/webkit/renderer/media/video_frame_provider.cc
|
| +++ b/content/public/renderer/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/public/renderer/video_frame_provider.h"
|
|
|
| -namespace webkit_media {
|
| +namespace content {
|
|
|
| VideoFrameProvider::VideoFrameProvider() {}
|
|
|
| VideoFrameProvider::~VideoFrameProvider() {}
|
|
|
| -} // namespace webkit_media
|
| +} // namespace content
|
|
|