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

Unified Diff: media/capture/content/capture_resolution_chooser.h

Issue 2010793003: Clean up media header include guards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update references to the param traits guard Created 4 years, 7 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
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_
« no previous file with comments | « media/capture/content/animated_content_sampler.h ('k') | media/capture/content/feedback_signal_accumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698