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

Unified Diff: device/capture/video/scoped_result_callback.h

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
« no previous file with comments | « device/capture/video/mac/video_capture_device_mac.mm ('k') | device/capture/video/video_capture_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/video/scoped_result_callback.h
diff --git a/media/capture/video/scoped_result_callback.h b/device/capture/video/scoped_result_callback.h
similarity index 90%
rename from media/capture/video/scoped_result_callback.h
rename to device/capture/video/scoped_result_callback.h
index af4edc1740504fa04b343400a30ee6a8d7deba88..0f1733a1dc234a4babe21a91d74d8062e6977135 100644
--- a/media/capture/video/scoped_result_callback.h
+++ b/device/capture/video/scoped_result_callback.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAPTURE_VIDEO_SCOPED_RESULT_CALLBACK_H_
-#define MEDIA_CAPTURE_VIDEO_SCOPED_RESULT_CALLBACK_H_
+#ifndef DEVICE_CAPTURE_VIDEO_SCOPED_RESULT_CALLBACK_H_
+#define DEVICE_CAPTURE_VIDEO_SCOPED_RESULT_CALLBACK_H_
#include "base/callback.h"
#include "base/callback_helpers.h"
@@ -53,4 +53,4 @@ class ScopedResultCallback {
} // namespace media
-#endif // MEDIA_CAPTURE_VIDEO_SCOPED_RESULT_CALLBACK_H_
+#endif // DEVICE_CAPTURE_VIDEO_SCOPED_RESULT_CALLBACK_H_
« no previous file with comments | « device/capture/video/mac/video_capture_device_mac.mm ('k') | device/capture/video/video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698