| Index: components/mus/public/cpp/surfaces/surfaces_utils.cc
|
| diff --git a/mojo/converters/surfaces/surfaces_utils.cc b/components/mus/public/cpp/surfaces/surfaces_utils.cc
|
| similarity index 92%
|
| rename from mojo/converters/surfaces/surfaces_utils.cc
|
| rename to components/mus/public/cpp/surfaces/surfaces_utils.cc
|
| index ddbe4f528c2fedce710559a779e965000b50d93c..e3a1702f2b93287ec267c68565191d878a1668f5 100644
|
| --- a/mojo/converters/surfaces/surfaces_utils.cc
|
| +++ b/components/mus/public/cpp/surfaces/surfaces_utils.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/converters/surfaces/surfaces_utils.h"
|
| +#include "components/mus/public/cpp/surfaces/surfaces_utils.h"
|
|
|
| -#include "mojo/converters/transform/transform_type_converters.h"
|
| #include "ui/gfx/geometry/mojo/geometry_type_converters.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/size.h"
|
| +#include "ui/gfx/mojo/transform_type_converters.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| using mus::mojom::Pass;
|
|
|