| Index: mojo/public/interfaces/bindings/mojom_files.mojom
 | 
| diff --git a/mojo/public/interfaces/bindings/mojom_files.mojom b/mojo/public/interfaces/bindings/mojom_files.mojom
 | 
| index 3119ba22fe24604327cfceb40b43fafad0d0f506..bfab27bf8b4bc4495169e0a5714952805cf8e3fa 100644
 | 
| --- a/mojo/public/interfaces/bindings/mojom_files.mojom
 | 
| +++ b/mojo/public/interfaces/bindings/mojom_files.mojom
 | 
| @@ -2,8 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -[JavaPackage="org.chromium.mojo.bindings.types"]
 | 
| -module mojo.bindings.types;
 | 
| +[DartPackage="mojo", JavaPackage="org.chromium.mojo"]
 | 
| +// TODO(afandria) Amend this file's module once the Dart embedder packages are
 | 
| +// removed. It should be mojo.bindings.types.
 | 
| +module mojo;
 | 
|  
 | 
|  import "mojom_types.mojom";
 | 
|  
 | 
| 
 |