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

Unified Diff: media/mojo/interfaces/pipeline_statistics_struct_traits.h

Issue 2439813002: media: Move pipeline_statistics_struct_traits.h (Closed)
Patch Set: media: Move pipeline_statistics_struct_traits.h Created 4 years, 2 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/mojo/interfaces/pipeline_statistics.typemap ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/pipeline_statistics_struct_traits.h
diff --git a/media/mojo/common/pipeline_statistics_struct_traits.h b/media/mojo/interfaces/pipeline_statistics_struct_traits.h
similarity index 89%
rename from media/mojo/common/pipeline_statistics_struct_traits.h
rename to media/mojo/interfaces/pipeline_statistics_struct_traits.h
index a26ef8dc59373495c817ed4a182dc9620144bed7..82eed28800ef0ce411ec2b6b65401be5c6ae6694 100644
--- a/media/mojo/common/pipeline_statistics_struct_traits.h
+++ b/media/mojo/interfaces/pipeline_statistics_struct_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_MOJO_COMMON_PIPELINE_STATISTICS_STRUCT_TRAITS_H_
-#define MEDIA_MOJO_COMMON_PIPELINE_STATISTICS_STRUCT_TRAITS_H_
+#ifndef MEDIA_MOJO_INTERFACES_PIPELINE_STATISTICS_STRUCT_TRAITS_H_
+#define MEDIA_MOJO_INTERFACES_PIPELINE_STATISTICS_STRUCT_TRAITS_H_
#include "media/base/pipeline_status.h"
#include "media/mojo/interfaces/media_types.mojom.h"
@@ -46,4 +46,4 @@ struct StructTraits<media::mojom::PipelineStatisticsDataView,
} // namespace mojo
-#endif // MEDIA_MOJO_COMMON_PIPELINE_STATISTICS_STRUCT_TRAITS_H_
+#endif // MEDIA_MOJO_INTERFACES_PIPELINE_STATISTICS_STRUCT_TRAITS_H_
« no previous file with comments | « media/mojo/interfaces/pipeline_statistics.typemap ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698