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

Unified Diff: media/base/ipc/media_param_traits.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/base/fake_text_track_stream.h ('k') | media/base/ipc/media_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/ipc/media_param_traits.h
diff --git a/media/base/ipc/media_param_traits.h b/media/base/ipc/media_param_traits.h
index 68ebdad995ecab0ac4583b698b8529f864931ad7..3c2f79a974da6ea84fae26593e3908e65d4ab234 100644
--- a/media/base/ipc/media_param_traits.h
+++ b/media/base/ipc/media_param_traits.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_BASE_IPC_COMMON_MEDIA_PARAM_TRAITS_H_
-#define MEDIA_BASE_IPC_COMMON_MEDIA_PARAM_TRAITS_H_
+#ifndef MEDIA_BASE_IPC_MEDIA_PARAM_TRAITS_H_
+#define MEDIA_BASE_IPC_MEDIA_PARAM_TRAITS_H_
#include "ipc/ipc_message.h"
#include "ipc/ipc_param_traits.h"
@@ -40,4 +40,4 @@ struct ParamTraits<media::VideoCaptureFormat> {
} // namespace IPC
-#endif // MEDIA_BASE_IPC_COMMON_MEDIA_PARAM_TRAITS_H_
+#endif // MEDIA_BASE_IPC_MEDIA_PARAM_TRAITS_H_
« no previous file with comments | « media/base/fake_text_track_stream.h ('k') | media/base/ipc/media_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698