| Index: mojo/edk/system/ipc_support.h
|
| diff --git a/mojo/edk/system/ipc_support.h b/mojo/edk/system/ipc_support.h
|
| index 46ea1cd165b62e5f15b034226182dd785517fea4..58ac9cf71b7d39a16018d1f832702564a0fa50a6 100644
|
| --- a/mojo/edk/system/ipc_support.h
|
| +++ b/mojo/edk/system/ipc_support.h
|
| @@ -8,7 +8,6 @@
|
| #include <functional>
|
| #include <memory>
|
|
|
| -#include "base/gtest_prod_util.h"
|
| #include "mojo/edk/embedder/process_type.h"
|
| #include "mojo/edk/embedder/slave_info.h"
|
| #include "mojo/edk/platform/scoped_platform_handle.h"
|
| @@ -16,6 +15,7 @@
|
| #include "mojo/edk/system/channel_id.h"
|
| #include "mojo/edk/system/connection_identifier.h"
|
| #include "mojo/edk/system/process_identifier.h"
|
| +#include "mojo/edk/util/gtest_prod_utils.h"
|
| #include "mojo/edk/util/ref_ptr.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
|
|