| Index: media/capture/content/capture_resolution_chooser.h
|
| diff --git a/media/capture/content/capture_resolution_chooser.h b/media/capture/content/capture_resolution_chooser.h
|
| index f223fdfd93e01e4dc3493de99ea4c2b4dc15cb57..e995e932ea8f5a24b2cdbd24cfba9d2e726b27e9 100644
|
| --- a/media/capture/content/capture_resolution_chooser.h
|
| +++ b/media/capture/content/capture_resolution_chooser.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_CAPTURE_RESOLUTION_CHOOSER_H_
|
| -#define MEDIA_CAPTURE_CAPTURE_RESOLUTION_CHOOSER_H_
|
| +#ifndef MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
| +#define MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -88,4 +88,4 @@ class MEDIA_EXPORT CaptureResolutionChooser {
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAPTURE_RESOLUTION_CHOOSER_H_
|
| +#endif // MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
|
|