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

Unified Diff: media/base/video_capture_types.cc

Issue 883293005: Cast: Basic cast_receiver API for chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: media_stream_source.{h,cc} moved to separate CL, cleanup, tested Created 5 years, 10 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/base/video_capture_types.cc
diff --git a/media/video/capture/video_capture_types.cc b/media/base/video_capture_types.cc
similarity index 97%
rename from media/video/capture/video_capture_types.cc
rename to media/base/video_capture_types.cc
index 2cddeee9cbac36cc2d321ae1e54fec02d402f854..7c708ba4853545e7f2d07bef1362ea23976092f4 100644
--- a/media/video/capture/video_capture_types.cc
+++ b/media/base/video_capture_types.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/video/capture/video_capture_types.h"
+#include "media/base/video_capture_types.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"

Powered by Google App Engine
This is Rietveld 408576698