| Index: content/browser/media/capture/content_video_capture_device_core.cc
|
| diff --git a/content/browser/renderer_host/media/content_video_capture_device_core.cc b/content/browser/media/capture/content_video_capture_device_core.cc
|
| similarity index 99%
|
| rename from content/browser/renderer_host/media/content_video_capture_device_core.cc
|
| rename to content/browser/media/capture/content_video_capture_device_core.cc
|
| index f710134489ec0e12dfc8bf5ea0d4a9a5a1acbfd9..52dfd385a190eb3f1b56c5913235a08ddb6c4b6d 100644
|
| --- a/content/browser/renderer_host/media/content_video_capture_device_core.cc
|
| +++ b/content/browser/media/capture/content_video_capture_device_core.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/renderer_host/media/content_video_capture_device_core.h"
|
| +#include "content/browser/media/capture/content_video_capture_device_core.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/bind.h"
|
|
|