| Index: media/capture/video/fake_video_capture_device.h
|
| diff --git a/media/capture/video/fake_video_capture_device.h b/media/capture/video/fake_video_capture_device.h
|
| index f54fc9e804deb914501ca8abd1c6af5fcee7dff0..59909af2fbf448f61e45bcffb371108f2bc38428 100644
|
| --- a/media/capture/video/fake_video_capture_device.h
|
| +++ b/media/capture/video/fake_video_capture_device.h
|
| @@ -5,8 +5,8 @@
|
| // Implementation of a fake VideoCaptureDevice class. Used for testing other
|
| // video capture classes when no real hardware is available.
|
|
|
| -#ifndef MEDIA_VIDEO_CAPTURE_FAKE_VIDEO_CAPTURE_DEVICE_H_
|
| -#define MEDIA_VIDEO_CAPTURE_FAKE_VIDEO_CAPTURE_DEVICE_H_
|
| +#ifndef MEDIA_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
|
| +#define MEDIA_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -74,4 +74,4 @@ class MEDIA_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_VIDEO_CAPTURE_FAKE_VIDEO_CAPTURE_DEVICE_H_
|
| +#endif // MEDIA_CAPTURE_VIDEO_FAKE_VIDEO_CAPTURE_DEVICE_H_
|
|
|