Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / services / public / interfaces / surfaces / surface_id.mojom
index 5a7686d..eb40242 100644 (file)
@@ -2,10 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-module mojo {
+module mojo;
 
 struct SurfaceId {
   uint64 id;
 };
-
-}