| Index: mojo/edk/system/dispatcher.cc
|
| diff --git a/mojo/edk/system/dispatcher.cc b/mojo/edk/system/dispatcher.cc
|
| index 9433cccde65ea3a1f54506251aee87e729704216..ed3ba081a4fd3810d624565756a3b14c2d8b90fb 100644
|
| --- a/mojo/edk/system/dispatcher.cc
|
| +++ b/mojo/edk/system/dispatcher.cc
|
| @@ -12,7 +12,7 @@
|
| #include "mojo/edk/system/platform_handle_dispatcher.h"
|
| #include "mojo/edk/system/shared_buffer_dispatcher.h"
|
|
|
| -using mojo::embedder::ScopedPlatformHandle;
|
| +using mojo::platform::ScopedPlatformHandle;
|
| using mojo::util::MutexLocker;
|
| using mojo::util::RefPtr;
|
|
|
|
|