Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / data / web_ui_test_mojo_bindings.mojom
index 45f291f..76a5c0d 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-module content {
+module content;
 
 [Client=RendererTarget]
 interface BrowserTarget {
@@ -12,5 +12,3 @@ interface BrowserTarget {
 interface RendererTarget {
   Ping();
 };
-
-}