| Index: mojo/services/geometry/public/cpp/geometry_util.h
|
| diff --git a/mojo/services/geometry/public/cpp/geometry_util.h b/mojo/services/geometry/public/cpp/geometry_util.h
|
| index 45a8b4bab6b3832c94d863f6363dc2242999837e..f69fac3b432bbb14d1aa10c3718b64da1925e496 100644
|
| --- a/mojo/services/geometry/public/cpp/geometry_util.h
|
| +++ b/mojo/services/geometry/public/cpp/geometry_util.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef MOJO_SERVICES_GEOMETRY_PUBLIC_CPP_GEOMETRY_UTIL_H_
|
| #define MOJO_SERVICES_GEOMETRY_PUBLIC_CPP_GEOMETRY_UTIL_H_
|
|
|
| -#include "mojo/services/geometry/public/interfaces/geometry.mojom.h"
|
| +#include "geometry/public/interfaces/geometry.mojom.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -36,4 +36,4 @@ inline bool operator!=(const Point& lhs, const Point& rhs) {
|
|
|
| }
|
|
|
| -#endif // MOJO_SERVICES_GEOMETRY_PUBLIC_CPP_GEOMETRY_UTIL_H_
|
| +#endif // MOJO_SERVICES_GEOMETRY_PUBLIC_CPP_GEOMETRY_UTIL_H_
|
|
|