Index: mojo/services/view_manager/display_manager.cc |
diff --git a/mojo/services/view_manager/display_manager.cc b/mojo/services/view_manager/display_manager.cc |
index 435951bb38a501ce9aa327f039e4b12d3588abd3..130bd90c317902cf7440bff7de06cfc8291eb989 100644 |
--- a/mojo/services/view_manager/display_manager.cc |
+++ b/mojo/services/view_manager/display_manager.cc |
@@ -6,10 +6,10 @@ |
#include "base/numerics/safe_conversions.h" |
#include "cc/surfaces/surface_id_allocator.h" |
+#include "mojo/converters/geometry/geometry_type_converters.h" |
+#include "mojo/converters/surfaces/surfaces_type_converters.h" |
+#include "mojo/converters/surfaces/surfaces_utils.h" |
#include "mojo/public/cpp/application/application_connection.h" |
-#include "mojo/services/public/cpp/geometry/geometry_type_converters.h" |
-#include "mojo/services/public/cpp/surfaces/surfaces_type_converters.h" |
-#include "mojo/services/public/cpp/surfaces/surfaces_utils.h" |
#include "mojo/services/public/interfaces/gpu/gpu.mojom.h" |
#include "mojo/services/public/interfaces/surfaces/quads.mojom.h" |
#include "mojo/services/view_manager/connection_manager.h" |