| Index: mojo/edk/embedder/scoped_platform_handle.h
|
| diff --git a/mojo/edk/embedder/scoped_platform_handle.h b/mojo/edk/embedder/scoped_platform_handle.h
|
| index 774f9700ca96da89c9e49ffdef45d9e0ec5fa3e0..e7b56b380f377a8957442a381846e1ad66fdf84b 100644
|
| --- a/mojo/edk/embedder/scoped_platform_handle.h
|
| +++ b/mojo/edk/embedder/scoped_platform_handle.h
|
| @@ -13,8 +13,7 @@
|
| namespace mojo {
|
| namespace embedder {
|
|
|
| -// Scoper for |PlatformHandle|s, which are file descriptors on POSIX and
|
| -// |HANDLE|s on Windows.
|
| +// Scoper for |PlatformHandle|s, which are just file descriptors.
|
| class MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle {
|
| MOJO_MOVE_ONLY_TYPE(ScopedPlatformHandle)
|
|
|
|
|