Index: ui/views/mus/surface_binding.h |
diff --git a/mandoline/ui/aura/surface_binding.h b/ui/views/mus/surface_binding.h |
similarity index 85% |
rename from mandoline/ui/aura/surface_binding.h |
rename to ui/views/mus/surface_binding.h |
index 840eebaf03923f57073d36c5126dfc887cf4a97a..9d3984d53b15f8b86190bdc758ec0939195c266e 100644 |
--- a/mandoline/ui/aura/surface_binding.h |
+++ b/ui/views/mus/surface_binding.h |
@@ -2,8 +2,8 @@ |
// 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_BINDING_H_ |
-#define MANDOLINE_UI_AURA_SURFACE_BINDING_H_ |
+#ifndef UI_VIEWS_MUS_SURFACE_BINDING_H_ |
+#define UI_VIEWS_MUS_SURFACE_BINDING_H_ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
@@ -20,7 +20,7 @@ namespace mus { |
class View; |
} |
-namespace mandoline { |
+namespace views { |
// SurfaceBinding is responsible for managing the connections necessary to |
// bind a View to the surfaces service. |
@@ -46,6 +46,6 @@ class SurfaceBinding { |
DISALLOW_COPY_AND_ASSIGN(SurfaceBinding); |
}; |
-} // namespace mandoline |
+} // namespace views |
-#endif // MANDOLINE_UI_AURA_SURFACE_BINDING_H_ |
+#endif // UI_VIEWS_MUS_SURFACE_BINDING_H_ |