| 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_
|
|
|