Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1032)

Unified Diff: mojo/public/cpp/bindings/interface_endpoint_controller.h

Issue 2100683002: Mojo C++ Bindings: Extract AssociatedGroupController from MultiplexRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops more gyp ugh Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/cpp/bindings/interface_endpoint_client.h ('k') | mojo/public/cpp/bindings/interface_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/public/cpp/bindings/interface_endpoint_client.h ('k') | mojo/public/cpp/bindings/interface_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698