Index: mojo/edk/system/mock_simple_dispatcher.cc |
diff --git a/mojo/edk/system/mock_simple_dispatcher.cc b/mojo/edk/system/mock_simple_dispatcher.cc |
index a1f080f68c1cc41812184993214a2d365d172ac6..1c96f229890b1c6ac57079267af0270dba50e17c 100644 |
--- a/mojo/edk/system/mock_simple_dispatcher.cc |
+++ b/mojo/edk/system/mock_simple_dispatcher.cc |
@@ -52,7 +52,7 @@ Dispatcher::Type MockSimpleDispatcher::GetType() const { |
bool MockSimpleDispatcher::SupportsEntrypointClass( |
EntrypointClass entrypoint_class) const { |
- return false; |
+ return (entrypoint_class == EntrypointClass::NONE); |
} |
MockSimpleDispatcher::MockSimpleDispatcher( |