| Index: third_party/mojo/src/mojo/edk/system/connection_manager.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/connection_manager.h b/third_party/mojo/src/mojo/edk/system/connection_manager.h
|
| index 7e569d95f6f881695b498ead8e28e6f804e03c03..85fb1ef6276c007257b31ff0a1b4028a310c90fd 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/connection_manager.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/connection_manager.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include <ostream>
|
|
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/system/connection_identifier.h"
|
| #include "third_party/mojo/src/mojo/edk/system/process_identifier.h"
|
| #include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
| #include "third_party/mojo/src/mojo/edk/system/thread_annotations.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
|
|
|
|