Index: webrtc/libjingle/xmpp/pubsubstateclient.h |
diff --git a/webrtc/libjingle/xmpp/pubsubstateclient.h b/webrtc/libjingle/xmpp/pubsubstateclient.h |
index 0c53842a04c3d2ab6acd2c596c0eff5dd240c3d6..ffb794af4c0c9f9380a13c2aaef43ae2dbacff41 100644 |
--- a/webrtc/libjingle/xmpp/pubsubstateclient.h |
+++ b/webrtc/libjingle/xmpp/pubsubstateclient.h |
@@ -263,7 +263,7 @@ class PubSubStateClient : public sigslot::has_slots<> { |
// itemid => StateItemInfo |
std::map<std::string, StateItemInfo> info_by_itemid_; |
- DISALLOW_COPY_AND_ASSIGN(PubSubStateClient); |
+ RTC_DISALLOW_COPY_AND_ASSIGN(PubSubStateClient); |
}; |
} // namespace buzz |