Index: runtime/bin/thread.h |
diff --git a/runtime/bin/thread.h b/runtime/bin/thread.h |
index d4a67bcc251424641d4091247a04096ddecb45c3..d95675dd1fe2e46fc457cf1b41b47f3a7f6fafe1 100644 |
--- a/runtime/bin/thread.h |
+++ b/runtime/bin/thread.h |
@@ -57,6 +57,10 @@ class Thread { |
static void GetThreadCpuUsage(ThreadId thread_id, int64_t* cpu_usage); |
static void InitOnce(); |
+ |
+ private: |
+ DISALLOW_ALLOCATION(); |
+ DISALLOW_IMPLICIT_CONSTRUCTORS(Thread); |
}; |
@@ -105,7 +109,6 @@ class Monitor { |
DISALLOW_COPY_AND_ASSIGN(Monitor); |
}; |
- |
} // namespace bin |
} // namespace dart |