Chromium Code Reviews| Index: mojo/public/cpp/system/macros.h |
| diff --git a/mojo/public/cpp/system/macros.h b/mojo/public/cpp/system/macros.h |
| index ac4f3dbc84cd293896b1d7e784bbee562cce1ba0..687db10f132d20744d22a66b00a30c09497e8fb1 100644 |
| --- a/mojo/public/cpp/system/macros.h |
| +++ b/mojo/public/cpp/system/macros.h |
| @@ -5,7 +5,10 @@ |
| #ifndef MOJO_PUBLIC_CPP_SYSTEM_MACROS_H_ |
| #define MOJO_PUBLIC_CPP_SYSTEM_MACROS_H_ |
| +#include <assert.h> |
|
viettrungluu
2014/07/15 00:44:09
Why this include?
|
| + |
| #include "mojo/public/c/system/macros.h" |
| +#include "mojo/public/c/system/system_export.h" |
|
viettrungluu
2014/07/15 00:44:09
And this?
Hajime Morrita
2014/07/15 17:38:15
Moved these to their clients based on the IWYU pol
|
| // Annotate a virtual method indicating it must be overriding a virtual method |
| // in the parent class. Use like: |