| Index: mojo/converters/surfaces_type_converters.cc
|
| diff --git a/mojo/services/public/cpp/surfaces/lib/surfaces_type_converters.cc b/mojo/converters/surfaces_type_converters.cc
|
| similarity index 99%
|
| rename from mojo/services/public/cpp/surfaces/lib/surfaces_type_converters.cc
|
| rename to mojo/converters/surfaces_type_converters.cc
|
| index 9d5bd0ac4c4f79bfc7637b624d5fe6d53c819230..673408f6bbb50d88c54f14849dfbf3b4cd7a4353 100644
|
| --- a/mojo/services/public/cpp/surfaces/lib/surfaces_type_converters.cc
|
| +++ b/mojo/converters/surfaces_type_converters.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/services/public/cpp/surfaces/surfaces_type_converters.h"
|
| +#include "mojo/converters/surfaces_type_converters.h"
|
|
|
| #include "base/macros.h"
|
| #include "cc/output/compositor_frame.h"
|
| @@ -16,7 +16,7 @@
|
| #include "cc/quads/texture_draw_quad.h"
|
| #include "cc/quads/tile_draw_quad.h"
|
| #include "cc/quads/yuv_video_draw_quad.h"
|
| -#include "mojo/services/public/cpp/geometry/geometry_type_converters.h"
|
| +#include "mojo/converters/geometry_type_converters.h"
|
|
|
| namespace mojo {
|
|
|
|
|