Chromium Code Reviews| Index: mojo/edk/system/raw_channel_posix.cc |
| diff --git a/mojo/edk/system/raw_channel_posix.cc b/mojo/edk/system/raw_channel_posix.cc |
| index dbf122d4161490c5da8f49bb88f535b6b4956630..096d0d78c439163b7ade76cec75989b45cfadc06 100644 |
| --- a/mojo/edk/system/raw_channel_posix.cc |
| +++ b/mojo/edk/system/raw_channel_posix.cc |
| @@ -25,6 +25,8 @@ |
| #include "mojo/edk/util/make_unique.h" |
| #include "mojo/public/cpp/system/macros.h" |
| +using mojo::util::MutexLocker; |
| + |
| namespace mojo { |
| namespace system { |