| Index: media/capture/video/video_capture_buffer_tracker.h
|
| diff --git a/media/capture/video/video_capture_buffer_tracker.h b/media/capture/video/video_capture_buffer_tracker.h
|
| index 9613cd47331e78f2efc95e7b56d5ec353160b2e7..776f33ff50b5c5c2264ed3fa9f88b848f313a0a7 100644
|
| --- a/media/capture/video/video_capture_buffer_tracker.h
|
| +++ b/media/capture/video/video_capture_buffer_tracker.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_VIDEO_CAPTURE_VIDEO_CAPTURE_BUFFER_TRACKER_H_
|
| -#define MEDIA_VIDEO_CAPTURE_VIDEO_CAPTURE_BUFFER_TRACKER_H_
|
| +#ifndef MEDIA_CAPTURE_VIDEO_VIDEO_CAPTURE_BUFFER_TRACKER_H_
|
| +#define MEDIA_CAPTURE_VIDEO_VIDEO_CAPTURE_BUFFER_TRACKER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -71,4 +71,4 @@ class CAPTURE_EXPORT VideoCaptureBufferTracker {
|
|
|
| } // namespace content
|
|
|
| -#endif // MEDIA_VIDEO_CAPTURE_VIDEO_CAPTURE_BUFFER_TRACKER_H_
|
| +#endif // MEDIA_CAPTURE_VIDEO_VIDEO_CAPTURE_BUFFER_TRACKER_H_
|
|
|