Index: components/mus/client_connection.h |
diff --git a/components/view_manager/client_connection.h b/components/mus/client_connection.h |
similarity index 86% |
rename from components/view_manager/client_connection.h |
rename to components/mus/client_connection.h |
index 4a4b5216fe02989ef839aa27d14bcc50332d1d8c..dd09c21babf4a220d55ce39932deee790639cf1d 100644 |
--- a/components/view_manager/client_connection.h |
+++ b/components/mus/client_connection.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_VIEW_MANAGER_CLIENT_CONNECTION_H_ |
-#define COMPONENTS_VIEW_MANAGER_CLIENT_CONNECTION_H_ |
+#ifndef COMPONENTS_MUS_CLIENT_CONNECTION_H_ |
+#define COMPONENTS_MUS_CLIENT_CONNECTION_H_ |
#include "base/memory/scoped_ptr.h" |
-#include "components/view_manager/public/interfaces/view_tree.mojom.h" |
+#include "components/mus/public/interfaces/view_tree.mojom.h" |
#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h" |
namespace view_manager { |
@@ -54,4 +54,4 @@ class DefaultClientConnection : public ClientConnection { |
} // namespace view_manager |
-#endif // COMPONENTS_VIEW_MANAGER_CLIENT_CONNECTION_H_ |
+#endif // COMPONENTS_MUS_CLIENT_CONNECTION_H_ |