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

Unified Diff: media/mojo/interfaces/pipeline_statistics.typemap

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/OWNERS ('k') | media/mojo/interfaces/pipeline_statistics_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/pipeline_statistics.typemap
diff --git a/media/mojo/interfaces/pipeline_statistics.typemap b/media/mojo/interfaces/pipeline_statistics.typemap
index b70584430ecc5bed34d313bc2f0a59e03a1f0913..72b6951e08dd0e7af56f3b0955c491511256f85f 100644
--- a/media/mojo/interfaces/pipeline_statistics.typemap
+++ b/media/mojo/interfaces/pipeline_statistics.typemap
@@ -4,5 +4,6 @@
mojom = "//media/mojo/interfaces/media_types.mojom"
public_headers = [ "//media/base/pipeline_status.h" ]
-traits_headers = [ "//media/mojo/common/pipeline_statistics_struct_traits.h" ]
+traits_headers =
+ [ "//media/mojo/interfaces/pipeline_statistics_struct_traits.h" ]
type_mappings = [ "media.mojom.PipelineStatistics=media::PipelineStatistics" ]
« no previous file with comments | « media/mojo/interfaces/OWNERS ('k') | media/mojo/interfaces/pipeline_statistics_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698