| Index: remoting/client/plugin/pepper_token_fetcher.cc
|
| diff --git a/remoting/client/plugin/pepper_token_fetcher.cc b/remoting/client/plugin/pepper_token_fetcher.cc
|
| index 1127230767bf15897217a670413621dbc5e0c5cd..5f08fe957e744f411c91d5b39f78a4af2f971a1a 100644
|
| --- a/remoting/client/plugin/pepper_token_fetcher.cc
|
| +++ b/remoting/client/plugin/pepper_token_fetcher.cc
|
| @@ -12,7 +12,7 @@ PepperTokenFetcher::PepperTokenFetcher(base::WeakPtr<ChromotingInstance> plugin,
|
| const std::string& host_public_key)
|
| : plugin_(plugin),
|
| host_public_key_(host_public_key),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| PepperTokenFetcher::~PepperTokenFetcher() {
|
|
|