Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / services / public / interfaces / view_manager / view_manager_constants.mojom
index 5d13805..14bd363 100644 (file)
@@ -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,
 };
-
-}