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

Unified Diff: media/gpu/avda_state_provider.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
« no previous file with comments | « media/formats/webm/webm_crypto_helpers.h ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_state_provider.h
diff --git a/media/gpu/avda_state_provider.h b/media/gpu/avda_state_provider.h
index 197efab60420cbe582788fb561e433dc7c84e37b..caa3e92f40fbdc941bd1f6d00c66ccfde4937f83 100644
--- a/media/gpu/avda_state_provider.h
+++ b/media/gpu/avda_state_provider.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 CONTENT_COMMON_GPU_MEDIA_ANDROID_VIDEO_DECODE_ACCELERATOR_STATE_PROVIDER_H_
-#define CONTENT_COMMON_GPU_MEDIA_ANDROID_VIDEO_DECODE_ACCELERATOR_STATE_PROVIDER_H_
+#ifndef MEDIA_GPU_AVDA_STATE_PROVIDER_H_
+#define MEDIA_GPU_AVDA_STATE_PROVIDER_H_
#include "base/compiler_specific.h"
#include "base/threading/thread_checker.h"
@@ -49,4 +49,4 @@ class AVDAStateProvider {
} // namespace media
-#endif // CONTENT_COMMON_GPU_MEDIA_ANDROID_VIDEO_DECODE_ACCELERATOR_STATE_PROVIDER_H_
+#endif // MEDIA_GPU_AVDA_STATE_PROVIDER_H_
« no previous file with comments | « media/formats/webm/webm_crypto_helpers.h ('k') | media/gpu/dxva_video_decode_accelerator_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698