| Index: content/browser/media/capture/desktop_capture_device_aura.cc
|
| diff --git a/content/browser/renderer_host/media/desktop_capture_device_aura.cc b/content/browser/media/capture/desktop_capture_device_aura.cc
|
| similarity index 99%
|
| rename from content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| rename to content/browser/media/capture/desktop_capture_device_aura.cc
|
| index 172088c3153d04e41f564a327b337c4afbef9f59..42cae935a14d6d1c4af5e9203276f98e938addaf 100644
|
| --- a/content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_aura.cc
|
| @@ -2,14 +2,14 @@
|
| // 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/desktop_capture_device_aura.h"
|
| +#include "content/browser/media/capture/desktop_capture_device_aura.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/timer/timer.h"
|
| #include "cc/output/copy_output_request.h"
|
| #include "cc/output/copy_output_result.h"
|
| #include "content/browser/compositor/image_transport_factory.h"
|
| -#include "content/browser/renderer_host/media/content_video_capture_device_core.h"
|
| +#include "content/browser/media/capture/content_video_capture_device_core.h"
|
| #include "content/common/gpu/client/gl_helper.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "media/base/video_util.h"
|
|
|