Index: mojo/edk/system/data_pipe_consumer_dispatcher.h |
diff --git a/mojo/edk/system/data_pipe_consumer_dispatcher.h b/mojo/edk/system/data_pipe_consumer_dispatcher.h |
index f650c7bdb413b0e6598fc3ac90504a4f0799687b..588034614cafdd73510f2f915bfd4314acaec8a8 100644 |
--- a/mojo/edk/system/data_pipe_consumer_dispatcher.h |
+++ b/mojo/edk/system/data_pipe_consumer_dispatcher.h |
@@ -69,7 +69,7 @@ class DataPipeConsumerDispatcher final : public Dispatcher { |
Channel* channel, |
void* destination, |
size_t* actual_size, |
- std::vector<embedder::ScopedPlatformHandle>* platform_handles) override |
+ std::vector<platform::ScopedPlatformHandle>* platform_handles) override |
MOJO_NOT_THREAD_SAFE; |
bool IsBusyNoLock() const override; |