Index: athena/wm/debug/debug_window.h |
diff --git a/mojo/services/public/interfaces/surfaces/surface_id.mojom b/athena/wm/debug/debug_window.h |
similarity index 71% |
copy from mojo/services/public/interfaces/surfaces/surface_id.mojom |
copy to athena/wm/debug/debug_window.h |
index 42ab9924471b5fcb58267cb6f3f45346ac93bb04..021f0a53b0916c921dd1a92ba7b172d506d812e9 100644 |
--- a/mojo/services/public/interfaces/surfaces/surface_id.mojom |
+++ b/athena/wm/debug/debug_window.h |
@@ -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.surfaces { |
+namespace athena { |
-struct SurfaceId { |
- int32 id; |
-}; |
+void CreateDebugWindow(); |
-} |
+} // namespace athena |