| Index: device/capture/content/video_capture_oracle_unittest.cc
|
| diff --git a/media/capture/content/video_capture_oracle_unittest.cc b/device/capture/content/video_capture_oracle_unittest.cc
|
| similarity index 99%
|
| rename from media/capture/content/video_capture_oracle_unittest.cc
|
| rename to device/capture/content/video_capture_oracle_unittest.cc
|
| index dbfcae29183f287c7dad877414d35b1998c65bef..99e8338ccadfa38ba41e9d50e1b20719df69028b 100644
|
| --- a/media/capture/content/video_capture_oracle_unittest.cc
|
| +++ b/device/capture/content/video_capture_oracle_unittest.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 "media/capture/content/video_capture_oracle.h"
|
| +#include "device/capture/content/video_capture_oracle.h"
|
|
|
| #include "base/strings/stringprintf.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| namespace {
|
|
|
| @@ -616,4 +616,4 @@ TEST(VideoCaptureOracleTest, DoesNotAutoThrottleWhenResolutionIsFixed) {
|
| }
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|