| Index: content/browser/media/capture/desktop_capture_device.cc
|
| diff --git a/content/browser/renderer_host/media/desktop_capture_device.cc b/content/browser/media/capture/desktop_capture_device.cc
|
| similarity index 99%
|
| rename from content/browser/renderer_host/media/desktop_capture_device.cc
|
| rename to content/browser/media/capture/desktop_capture_device.cc
|
| index 74ecd80fbb8db1b1fd20c4c93f56fd546f156c00..658283dad69416de354150e3b21586c653f1af09 100644
|
| --- a/content/browser/renderer_host/media/desktop_capture_device.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device.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/desktop_capture_device.h"
|
| +#include "content/browser/media/capture/desktop_capture_device.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
|
|