| Index: mojo/edk/system/test_utils.h
|
| diff --git a/mojo/edk/system/test_utils.h b/mojo/edk/system/test_utils.h
|
| index 46398d92c82f714f1162307c603a5f9dafa5216e..b576f81789958f4515e4af36f162d177f0925715 100644
|
| --- a/mojo/edk/system/test_utils.h
|
| +++ b/mojo/edk/system/test_utils.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef MOJO_EDK_SYSTEM_TEST_UTILS_H_
|
| #define MOJO_EDK_SYSTEM_TEST_UTILS_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/time/time.h"
|
| #include "mojo/public/c/system/types.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| @@ -49,7 +50,7 @@ class Stopwatch {
|
| private:
|
| base::TimeTicks start_time_;
|
|
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(Stopwatch);
|
| + DISALLOW_COPY_AND_ASSIGN(Stopwatch);
|
| };
|
|
|
| } // namespace test
|
|
|