Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index 7be52d733de9b4c78fa8fe91d73386d491b07e5a..3a81d5a3884fc1d7d32bd799584bd6f346e02b86 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -140,12 +140,15 @@ class DebugScopedSetMainThreadBlocked { |
} |
private: |
Proxy* proxy_; |
+ DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked); |
}; |
#else |
class DebugScopedSetMainThreadBlocked { |
public: |
explicit DebugScopedSetMainThreadBlocked(Proxy* proxy) {} |
~DebugScopedSetMainThreadBlocked() {} |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(DebugScopedSetMainThreadBlocked); |
}; |
#endif |