| Index: device/capture/content/video_capture_oracle.cc
|
| diff --git a/media/capture/content/video_capture_oracle.cc b/device/capture/content/video_capture_oracle.cc
|
| similarity index 99%
|
| rename from media/capture/content/video_capture_oracle.cc
|
| rename to device/capture/content/video_capture_oracle.cc
|
| index e8dd752e9f453062f56c411acc9fc377176098e6..f2e63c1480c13f26758654d48a027f3face256b7 100644
|
| --- a/media/capture/content/video_capture_oracle.cc
|
| +++ b/device/capture/content/video_capture_oracle.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 "media/capture/content/video_capture_oracle.h"
|
| +#include "device/capture/content/video_capture_oracle.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -10,7 +10,7 @@
|
| #include "base/numerics/safe_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| namespace {
|
|
|
| @@ -83,7 +83,7 @@ base::TimeTicks JustAfter(base::TimeTicks t) {
|
| // sufficient amount of time and the latest update was fairly recent, relative
|
| // to |now|.
|
| bool HasSufficientRecentFeedback(
|
| - const FeedbackSignalAccumulator<base::TimeTicks>& accumulator,
|
| + const media::FeedbackSignalAccumulator<base::TimeTicks>& accumulator,
|
| base::TimeTicks now) {
|
| const base::TimeDelta amount_of_history =
|
| accumulator.update_time() - accumulator.reset_time();
|
| @@ -554,4 +554,4 @@ int VideoCaptureOracle::AnalyzeForIncreasedArea(base::TimeTicks analyze_time) {
|
| return increased_area;
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|