Chromium Code Reviews| Index: src/trusted/reverse_service/reverse_service.h |
| diff --git a/src/trusted/reverse_service/reverse_service.h b/src/trusted/reverse_service/reverse_service.h |
| index c0ecd581971009645f0fe0b0b7eb50e4ec67579e..27b70f278ab5bdd12c8852da5c76cfcb8d6b1423 100644 |
| --- a/src/trusted/reverse_service/reverse_service.h |
| +++ b/src/trusted/reverse_service/reverse_service.h |
| @@ -15,7 +15,6 @@ |
| #include "native_client/src/include/nacl_scoped_ptr.h" |
| #include "native_client/src/include/nacl_string.h" |
| -#include "native_client/src/public/name_service.h" |
|
Mark Seaborn
2015/02/01 00:40:53
Also remove src/public/name_service.h?
Petr Hosek
2015/02/01 01:16:05
Acknowledged.
|
| #include "native_client/src/shared/platform/refcount_base.h" |
| #include "native_client/src/shared/platform/nacl_sync.h" |
| #include "native_client/src/trusted/desc/nacl_desc_wrapper.h" |
| @@ -33,8 +32,6 @@ class ReverseInterface : public RefCountBase { |
| // Startup handshake |
| virtual void StartupInitializationComplete() = 0; |
| - // Name service use. |
| - // |
| // Some of these functions require that the actual operation be done |
| // in a different thread, so that the implementation of the |
| // interface will have to block the requesting thread. However, on |