| Index: mojo/public/cpp/utility/thread.h
|
| diff --git a/mojo/public/cpp/utility/thread.h b/mojo/public/cpp/utility/thread.h
|
| index b7d10ee7037e4e628edeaf5445c3e9aac8af459d..c3fb3720e8cff3404887fcce007a2f7a7f91c8bd 100644
|
| --- a/mojo/public/cpp/utility/thread.h
|
| +++ b/mojo/public/cpp/utility/thread.h
|
| @@ -12,7 +12,7 @@
|
| #include <pthread.h>
|
| #include <stddef.h>
|
|
|
| -#include "mojo/public/cpp/system/macros.h"
|
| +#include "base/macros.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -54,7 +54,7 @@ class Thread {
|
| bool started_;
|
| bool joined_;
|
|
|
| - MOJO_DISALLOW_COPY_AND_ASSIGN(Thread);
|
| + DISALLOW_COPY_AND_ASSIGN(Thread);
|
| };
|
|
|
| } // namespace mojo
|
|
|