| Index: media/capture/video_capture_oracle_unittest.cc
|
| diff --git a/content/browser/media/capture/video_capture_oracle_unittest.cc b/media/capture/video_capture_oracle_unittest.cc
|
| similarity index 98%
|
| rename from content/browser/media/capture/video_capture_oracle_unittest.cc
|
| rename to media/capture/video_capture_oracle_unittest.cc
|
| index 2d949508c5f89f0c448c45c8fe0ab24f92a76cba..202966d943349c26515eb188f6b8b187530d7fa7 100644
|
| --- a/content/browser/media/capture/video_capture_oracle_unittest.cc
|
| +++ b/media/capture/video_capture_oracle_unittest.cc
|
| @@ -1,13 +1,13 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/media/capture/video_capture_oracle.h"
|
| +#include "media/capture/video_capture_oracle.h"
|
|
|
| #include "base/strings/stringprintf.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| namespace {
|
|
|
| @@ -266,4 +266,4 @@ TEST(VideoCaptureOracleTest, SamplesOnlyOneOverdueFrameAtATime) {
|
| }
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|