Chromium Code Reviews| Index: mojo/edk/system/raw_channel.cc |
| diff --git a/mojo/edk/system/raw_channel.cc b/mojo/edk/system/raw_channel.cc |
| index 9c1aa247bd2573e2dbd6f1d239e140c5abe682b3..16f924d7a9761e8285037e3091549cf8d59ba580 100644 |
| --- a/mojo/edk/system/raw_channel.cc |
| +++ b/mojo/edk/system/raw_channel.cc |
| @@ -16,6 +16,8 @@ |
| #include "mojo/edk/system/message_in_transit.h" |
| #include "mojo/edk/system/transport_data.h" |
| +using mojo::util::MutexLocker; |
| + |
| namespace mojo { |
| namespace system { |