Index: mojo/edk/system/local_data_pipe_impl.cc |
diff --git a/mojo/edk/system/local_data_pipe_impl.cc b/mojo/edk/system/local_data_pipe_impl.cc |
index 3835ea71a9fbc9ed9802b9ea194d94b0dd8aa117..3b110410dc289ba1d554e05042e85fa4724e2683 100644 |
--- a/mojo/edk/system/local_data_pipe_impl.cc |
+++ b/mojo/edk/system/local_data_pipe_impl.cc |
@@ -25,7 +25,7 @@ |
#include "mojo/edk/system/remote_producer_data_pipe_impl.h" |
#include "mojo/edk/util/make_unique.h" |
-using mojo::embedder::ScopedPlatformHandle; |
+using mojo::platform::ScopedPlatformHandle; |
using mojo::util::MakeUnique; |
using mojo::util::RefPtr; |