Index: components/view_manager/surfaces/surfaces_impl.h |
diff --git a/components/surfaces/surfaces_impl.h b/components/view_manager/surfaces/surfaces_impl.h |
similarity index 83% |
rename from components/surfaces/surfaces_impl.h |
rename to components/view_manager/surfaces/surfaces_impl.h |
index 897cda31fb95c4d1304de1f096a0b5dbf517773d..f167f380736f5af74b1861f02dc13788b2c6189f 100644 |
--- a/components/surfaces/surfaces_impl.h |
+++ b/components/view_manager/surfaces/surfaces_impl.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_SURFACES_SURFACES_IMPL_H_ |
-#define COMPONENTS_SURFACES_SURFACES_IMPL_H_ |
+#ifndef COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_IMPL_H_ |
+#define COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_IMPL_H_ |
#include "cc/surfaces/display_client.h" |
#include "cc/surfaces/surface_factory.h" |
#include "cc/surfaces/surface_factory_client.h" |
-#include "components/gpu/public/interfaces/command_buffer.mojom.h" |
-#include "components/gpu/public/interfaces/viewport_parameter_listener.mojom.h" |
-#include "components/surfaces/public/interfaces/surfaces.mojom.h" |
+#include "components/view_manager/public/interfaces/command_buffer.mojom.h" |
+#include "components/view_manager/public/interfaces/surfaces.mojom.h" |
+#include "components/view_manager/public/interfaces/viewport_parameter_listener.mojom.h" |
#include "mojo/application/public/cpp/application_connection.h" |
#include "mojo/common/weak_binding_set.h" |
#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h" |
@@ -68,4 +68,4 @@ class SurfacesImpl : public mojo::Surface, public cc::SurfaceFactoryClient { |
} // namespace surfaces |
-#endif // COMPONENTS_SURFACES_SURFACES_IMPL_H_ |
+#endif // COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_IMPL_H_ |