Index: remoting/jingle_glue/fake_signal_strategy.cc |
diff --git a/remoting/jingle_glue/fake_signal_strategy.cc b/remoting/jingle_glue/fake_signal_strategy.cc |
index c489098c503ccd3b37a70839995fc5feaa4e57d9..cdf54f99acce72118d12500c0ee1ad15a93eff2d 100644 |
--- a/remoting/jingle_glue/fake_signal_strategy.cc |
+++ b/remoting/jingle_glue/fake_signal_strategy.cc |
@@ -27,7 +27,7 @@ FakeSignalStrategy::FakeSignalStrategy(const std::string& jid) |
: jid_(jid), |
peer_(NULL), |
last_id_(0), |
- ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) { |
+ weak_factory_(this) { |
} |