Index: mojo/public/cpp/bindings/interface_endpoint_controller.h |
diff --git a/mojo/public/cpp/bindings/lib/interface_endpoint_controller.h b/mojo/public/cpp/bindings/interface_endpoint_controller.h |
similarity index 76% |
rename from mojo/public/cpp/bindings/lib/interface_endpoint_controller.h |
rename to mojo/public/cpp/bindings/interface_endpoint_controller.h |
index f91a34629d965279b43867736a94e48d4ef7f6bd..8d99d4a45fb098379d4f860d92558fb9c7642a2b 100644 |
--- a/mojo/public/cpp/bindings/lib/interface_endpoint_controller.h |
+++ b/mojo/public/cpp/bindings/interface_endpoint_controller.h |
@@ -2,16 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_INTERFACE_ENDPOINT_CONTROLLER_H_ |
-#define MOJO_PUBLIC_CPP_BINDINGS_LIB_INTERFACE_ENDPOINT_CONTROLLER_H_ |
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_ENDPOINT_CONTROLLER_H_ |
+#define MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_ENDPOINT_CONTROLLER_H_ |
namespace mojo { |
class Message; |
-namespace internal { |
- |
-// A control interface exposed by MultiplexRouter for interface endpoints. |
+// A control interface exposed by AssociatedGroupController for interface |
+// endpoints. |
class InterfaceEndpointController { |
public: |
virtual ~InterfaceEndpointController() {} |
@@ -33,7 +32,6 @@ class InterfaceEndpointController { |
virtual bool SyncWatch(const bool* should_stop) = 0; |
}; |
-} // namespace internal |
} // namespace mojo |
-#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_INTERFACE_ENDPOINT_CONTROLLER_H_ |
+#endif // MOJO_PUBLIC_CPP_BINDINGS_INTERFACE_ENDPOINT_CONTROLLER_H_ |