| Index: mojo/public/cpp/bindings/tests/macros_unittest.cc
|
| diff --git a/mojo/public/cpp/system/tests/macros_unittest.cc b/mojo/public/cpp/bindings/tests/macros_unittest.cc
|
| similarity index 97%
|
| rename from mojo/public/cpp/system/tests/macros_unittest.cc
|
| rename to mojo/public/cpp/bindings/tests/macros_unittest.cc
|
| index 30d7c8443910b34fd2e0ae80f4e502de1c56e23e..73d6a80e184da8f99a447b6bdb48e6ae55ce22ca 100644
|
| --- a/mojo/public/cpp/system/tests/macros_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/macros_unittest.cc
|
| @@ -10,7 +10,7 @@
|
| // TODO(vtl): Fix no-compile tests (which are all disabled; crbug.com/105388)
|
| // and write some "negative" tests.
|
|
|
| -#include "mojo/public/cpp/system/macros.h"
|
| +#include "mojo/public/cpp/bindings/lib/macros.h"
|
|
|
| #include <assert.h>
|
| #include <stdint.h>
|
|
|