Index: services/media/framework/refs.cc |
diff --git a/services/media/framework/refs.cc b/services/media/framework/refs.cc |
index c2670a2640407064152b253c7392369e685b897c..bcff5cbde7cc7fa50385cd3bb1500d374b0abcb5 100644 |
--- a/services/media/framework/refs.cc |
+++ b/services/media/framework/refs.cc |
@@ -55,8 +55,7 @@ const OutputRef& InputRef::mate() const { |
return actual().mate(); |
} |
-InputRef::InputRef(Stage* stage, size_t index) : |
- stage_(stage), index_(index) { |
+InputRef::InputRef(Stage* stage, size_t index) : stage_(stage), index_(index) { |
DCHECK(valid()); |
} |
@@ -79,8 +78,8 @@ const InputRef& OutputRef::mate() const { |
return actual().mate(); |
} |
-OutputRef::OutputRef(Stage* stage, size_t index) : |
- stage_(stage), index_(index) { |
+OutputRef::OutputRef(Stage* stage, size_t index) |
+ : stage_(stage), index_(index) { |
DCHECK(valid()); |
} |