Index: components/mus/surfaces/surfaces_context_provider.h |
diff --git a/components/view_manager/surfaces/surfaces_context_provider.h b/components/mus/surfaces/surfaces_context_provider.h |
similarity index 90% |
rename from components/view_manager/surfaces/surfaces_context_provider.h |
rename to components/mus/surfaces/surfaces_context_provider.h |
index a85162c15d8e45572bf3e529f4211d6f0bd9ac47..493fa0dd8a6ab149b61b6cf7445c621cb08c783b 100644 |
--- a/components/view_manager/surfaces/surfaces_context_provider.h |
+++ b/components/mus/surfaces/surfaces_context_provider.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_CONTEXT_PROVIDER_H_ |
-#define COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_CONTEXT_PROVIDER_H_ |
+#ifndef COMPONENTS_MUS_SURFACES_SURFACES_CONTEXT_PROVIDER_H_ |
+#define COMPONENTS_MUS_SURFACES_SURFACES_CONTEXT_PROVIDER_H_ |
#include "base/macros.h" |
#include "base/synchronization/lock.h" |
#include "base/threading/non_thread_safe.h" |
#include "cc/output/context_provider.h" |
-#include "components/view_manager/gles2/command_buffer_local_client.h" |
+#include "components/mus/gles2/command_buffer_local_client.h" |
#include "ui/gfx/native_widget_types.h" |
namespace gpu { |
@@ -90,4 +90,4 @@ class SurfacesContextProvider : public cc::ContextProvider, |
} // namespace surfaces |
-#endif // COMPONENTS_VIEW_MANAGER_SURFACES_SURFACES_CONTEXT_PROVIDER_H_ |
+#endif // COMPONENTS_MUS_SURFACES_SURFACES_CONTEXT_PROVIDER_H_ |