Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1174)

Unified Diff: mojo/services/public/interfaces/window_manager/window_manager.mojom

Issue 681513002: Add semicolons to import statements in .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/services/public/interfaces/window_manager/window_manager.mojom
diff --git a/mojo/services/public/interfaces/window_manager/window_manager.mojom b/mojo/services/public/interfaces/window_manager/window_manager.mojom
index 804bd3780f94605392e0ac3136ea795d5f623ea3..80e3d243e578dca1228e5198657abb33bdc5d061 100644
--- a/mojo/services/public/interfaces/window_manager/window_manager.mojom
+++ b/mojo/services/public/interfaces/window_manager/window_manager.mojom
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import "mojo/public/interfaces/application/service_provider.mojom"
-import "mojo/services/public/interfaces/input_events/input_events.mojom"
+import "mojo/public/interfaces/application/service_provider.mojom";
+import "mojo/services/public/interfaces/input_events/input_events.mojom";
module mojo {
« no previous file with comments | « mojo/services/public/interfaces/view_manager/view_manager.mojom ('k') | mojo/shell/external_application_registrar.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698