| Index: examples/surfaces_app/child.mojom
 | 
| diff --git a/examples/surfaces_app/child.mojom b/examples/surfaces_app/child.mojom
 | 
| index 18bf2815486557711db2cea74df5561b2b83f914..1a387cb0e229bfa24ba1face2ff73eb152eb17d1 100644
 | 
| --- a/examples/surfaces_app/child.mojom
 | 
| +++ b/examples/surfaces_app/child.mojom
 | 
| @@ -3,8 +3,8 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  import "mojo/services/geometry/interfaces/geometry.mojom";
 | 
| -import "mojo/services/surfaces/public/interfaces/quads.mojom";
 | 
| -import "mojo/services/surfaces/public/interfaces/surface_id.mojom";
 | 
| +import "mojo/services/surfaces/interfaces/quads.mojom";
 | 
| +import "mojo/services/surfaces/interfaces/surface_id.mojom";
 | 
|  
 | 
|  interface Child {
 | 
|    ProduceFrame(mojo.Color color, mojo.Size size) =>
 | 
| 
 |