| Index: mojo/public/tests/system/macros_unittest.cc
|
| diff --git a/mojo/public/tests/system/macros_unittest.cc b/mojo/public/tests/system/macros_unittest.cc
|
| index 295703ffa7911aea6fb37159e86e2f0d066b38e5..1a4125e8f2dc6e5bb6be44b2932750b3df8660f0 100644
|
| --- a/mojo/public/tests/system/macros_unittest.cc
|
| +++ b/mojo/public/tests/system/macros_unittest.cc
|
| @@ -8,13 +8,12 @@
|
| // TODO(vtl): Fix no-compile tests (which are all disabled; crbug.com/105388)
|
| // and write some "negative" tests.
|
|
|
| -#include "mojo/public/system/macros.h"
|
| +#include "mojo/public/c/system/macros.h"
|
|
|
| #include <assert.h>
|
| #include <stdint.h>
|
| #include <stdlib.h>
|
|
|
| -#include "mojo/public/system/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|