Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / services / public / interfaces / navigation / navigation.mojom
index 6a9e94f..47d0e8e 100644 (file)
@@ -2,9 +2,9 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-import "mojo/services/public/interfaces/network/url_loader.mojom"
+module mojo;
 
-module mojo {
+import "mojo/services/public/interfaces/network/url_loader.mojom";
 
 // Expresses a preference for where a navigation will be performed.
 enum Target {
@@ -26,5 +26,3 @@ interface NavigatorHost {
   // locally. For example, pushState() navigations in an HTML application.
   DidNavigateLocally(string url);
 };
-
-}