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

Unified Diff: device/capture/video/fake_video_capture_device.cc

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: device/capture/video/fake_video_capture_device.cc
diff --git a/media/capture/video/fake_video_capture_device.cc b/device/capture/video/fake_video_capture_device.cc
similarity index 99%
rename from media/capture/video/fake_video_capture_device.cc
rename to device/capture/video/fake_video_capture_device.cc
index d66fbb45884b713911e7436cb7a1e20ed10b6859..5e9361d465f35a129536952bf18344f1d6438d66 100644
--- a/media/capture/video/fake_video_capture_device.cc
+++ b/device/capture/video/fake_video_capture_device.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/video/fake_video_capture_device.h"
+#include "device/capture/video/fake_video_capture_device.h"
#include <stddef.h>
#include <algorithm>
« no previous file with comments | « device/capture/video/fake_video_capture_device.h ('k') | device/capture/video/fake_video_capture_device_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698