Index: mojo/edk/system/master_connection_manager.h |
diff --git a/mojo/edk/system/master_connection_manager.h b/mojo/edk/system/master_connection_manager.h |
index 09a9fee521121cc23c7f604a9189c54f83095514..e751e4decf9851573eed2eb261c2b7ba8f2f1ae6 100644 |
--- a/mojo/edk/system/master_connection_manager.h |
+++ b/mojo/edk/system/master_connection_manager.h |
@@ -28,12 +28,10 @@ class MasterProcessDelegate; |
using SlaveInfo = void*; |
} |
-namespace util { |
-class AutoResetWaitableEvent; |
-} |
- |
namespace system { |
+class AutoResetWaitableEvent; |
+ |
// The |ConnectionManager| implementation for the master process. |
// |
// This class is thread-safe (except that no public methods may be called from |
@@ -118,7 +116,7 @@ class MasterConnectionManager final : public ConnectionManager { |
void AddSlaveOnPrivateThread(embedder::SlaveInfo slave_info, |
embedder::ScopedPlatformHandle platform_handle, |
ProcessIdentifier slave_process_identifier, |
- util::AutoResetWaitableEvent* event); |
+ AutoResetWaitableEvent* event); |
// Called by |Helper::OnError()|. |
void OnError(ProcessIdentifier process_identifier); |
// Posts a call to |master_process_delegate_->OnSlaveDisconnect()|. |