| Index: mojo/services/view_manager/view_manager_connection.cc
|
| diff --git a/mojo/services/view_manager/view_manager_connection.cc b/mojo/services/view_manager/view_manager_connection.cc
|
| index 1d730768b5cdc560cf8a21b1fa6b6dbfd3fffbd6..82935ccb0d55e891b1d009ff570410ba0db8bbcf 100644
|
| --- a/mojo/services/view_manager/view_manager_connection.cc
|
| +++ b/mojo/services/view_manager/view_manager_connection.cc
|
| @@ -5,8 +5,8 @@
|
| #include "mojo/services/view_manager/view_manager_connection.h"
|
|
|
| #include "base/stl_util.h"
|
| -#include "mojo/geometry/geometry_type_converters.h"
|
| #include "mojo/public/cpp/bindings/allocation_scope.h"
|
| +#include "mojo/services/public/cpp/geometry/geometry_type_converters.h"
|
| #include "mojo/services/view_manager/node.h"
|
| #include "mojo/services/view_manager/root_node_manager.h"
|
| #include "mojo/services/view_manager/view.h"
|
|
|