| Index: mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
|
| diff --git a/mojo/services/public/interfaces/view_manager/view_manager_constants.mojom b/mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
|
| index 5d1380542cbaba02a3a741cd67d2d0e82286ad4d..14bd36348f1a63040d6dd915c6d686d5166eac25 100644
|
| --- a/mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
|
| +++ b/mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojo {
|
| +module mojo;
|
|
|
| enum OrderDirection {
|
| ABOVE = 1,
|
| BELOW,
|
| };
|
| -
|
| -}
|
|
|