| Index: mojo/converters/geometry/geometry_type_converters.h
|
| diff --git a/mojo/services/public/cpp/geometry/geometry_type_converters.h b/mojo/converters/geometry/geometry_type_converters.h
|
| similarity index 88%
|
| rename from mojo/services/public/cpp/geometry/geometry_type_converters.h
|
| rename to mojo/converters/geometry/geometry_type_converters.h
|
| index 2f2cc1bcc39f6f180732867d3081631d09e32a55..ee9ea72c8337f157d3a3765de388ded9fa2fdd21 100644
|
| --- a/mojo/services/public/cpp/geometry/geometry_type_converters.h
|
| +++ b/mojo/converters/geometry/geometry_type_converters.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SERVICES_PUBLIC_CPP_GEOMETRY_GEOMETRY_TYPE_CONVERTERS_H_
|
| -#define MOJO_SERVICES_PUBLIC_CPP_GEOMETRY_GEOMETRY_TYPE_CONVERTERS_H_
|
| +#ifndef MOJO_CONVERTERS_GEOMETRY_GEOMETRY_TYPE_CONVERTERS_H_
|
| +#define MOJO_CONVERTERS_GEOMETRY_GEOMETRY_TYPE_CONVERTERS_H_
|
|
|
| -#include "mojo/services/public/cpp/geometry/mojo_geometry_export.h"
|
| +#include "mojo/converters/geometry/mojo_geometry_export.h"
|
| #include "mojo/services/public/interfaces/geometry/geometry.mojom.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
| @@ -71,4 +71,4 @@ struct MOJO_GEOMETRY_EXPORT TypeConverter<gfx::Transform, TransformPtr> {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERVICES_PUBLIC_CPP_GEOMETRY_GEOMETRY_TYPE_CONVERTERS_H_
|
| +#endif // MOJO_CONVERTERS_GEOMETRY_GEOMETRY_TYPE_CONVERTERS_H_
|
|
|