| Index: remoting/protocol/fake_authenticator.cc
|
| diff --git a/remoting/protocol/fake_authenticator.cc b/remoting/protocol/fake_authenticator.cc
|
| index 26d89ded868be58bf9c5f4a18a5053e19333aba1..0107654d7567ea0e787fcdfbf8e0c15bec30b681 100644
|
| --- a/remoting/protocol/fake_authenticator.cc
|
| +++ b/remoting/protocol/fake_authenticator.cc
|
| @@ -20,7 +20,7 @@ FakeChannelAuthenticator::FakeChannelAuthenticator(bool accept, bool async)
|
| async_(async),
|
| did_read_bytes_(false),
|
| did_write_bytes_(false),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| FakeChannelAuthenticator::~FakeChannelAuthenticator() {
|
|
|