Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: media/capture/video_capture_oracle.cc

Issue 1162863003: Move ContentVideoCaptureDeviceCore from src/content to src/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video_capture_oracle.cc
diff --git a/content/browser/media/capture/video_capture_oracle.cc b/media/capture/video_capture_oracle.cc
similarity index 97%
rename from content/browser/media/capture/video_capture_oracle.cc
rename to media/capture/video_capture_oracle.cc
index 9157d8ce002f34997ccb0918ec7fc9aff323fe32..4e9d2395931915c35a642f9addd7c3467ea92d46 100644
--- a/content/browser/media/capture/video_capture_oracle.cc
+++ b/media/capture/video_capture_oracle.cc
@@ -1,15 +1,15 @@
-// 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 <algorithm>
#include "base/format_macros.h"
#include "base/strings/stringprintf.h"
-namespace content {
+namespace media {
namespace {
@@ -166,4 +166,4 @@ void VideoCaptureOracle::SetFrameTimestamp(int frame_number,
frame_timestamps_[frame_number % kMaxFrameTimestamps] = timestamp;
}
-} // namespace content
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698