Index: ui/views/mus/surface_context_factory.h |
diff --git a/mandoline/ui/aura/surface_context_factory.h b/ui/views/mus/surface_context_factory.h |
similarity index 87% |
rename from mandoline/ui/aura/surface_context_factory.h |
rename to ui/views/mus/surface_context_factory.h |
index dd859eba001fa1ab2c7402d00b9934186622a2e3..5c34bb5c51dea2cbb2268dc2a7576dc9b297268f 100644 |
--- a/mandoline/ui/aura/surface_context_factory.h |
+++ b/ui/views/mus/surface_context_factory.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MANDOLINE_UI_AURA_SURFACE_CONTEXT_FACTORY_H_ |
-#define MANDOLINE_UI_AURA_SURFACE_CONTEXT_FACTORY_H_ |
+#ifndef UI_VIEWS_MUS_SURFACE_CONTEXT_FACTORY_H_ |
+#define UI_VIEWS_MUS_SURFACE_CONTEXT_FACTORY_H_ |
#include "components/mus/gles2/mojo_gpu_memory_buffer_manager.h" |
#include "components/mus/gles2/raster_thread_helper.h" |
-#include "mandoline/ui/aura/surface_binding.h" |
#include "ui/compositor/compositor.h" |
+#include "ui/views/mus/surface_binding.h" |
namespace mojo { |
class Shell; |
@@ -18,7 +18,7 @@ namespace mus { |
class View; |
} |
-namespace mandoline { |
+namespace views { |
class SurfaceContextFactory : public ui::ContextFactory { |
public: |
@@ -52,6 +52,6 @@ class SurfaceContextFactory : public ui::ContextFactory { |
DISALLOW_COPY_AND_ASSIGN(SurfaceContextFactory); |
}; |
-} // namespace mandoline |
+} // namespace views |
-#endif // MANDOLINE_UI_AURA_SURFACE_CONTEXT_FACTORY_H_ |
+#endif // UI_VIEWS_MUS_SURFACE_CONTEXT_FACTORY_H_ |