diff options
Diffstat (limited to 'chrome/browser/chromeos/cros/network_library_impl_stub.cc')
-rw-r--r-- | chrome/browser/chromeos/cros/network_library_impl_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/cros/network_library_impl_stub.cc b/chrome/browser/chromeos/cros/network_library_impl_stub.cc index 5150d91f..dde4851 100644 --- a/chrome/browser/chromeos/cros/network_library_impl_stub.cc +++ b/chrome/browser/chromeos/cros/network_library_impl_stub.cc @@ -37,7 +37,7 @@ NetworkLibraryImplStub::NetworkLibraryImplStub() pin_required_(false), pin_entered_(false), network_priority_order_(0), - ALLOW_THIS_IN_INITIALIZER_LIST(weak_pointer_factory_(this)) { + weak_pointer_factory_(this) { // Emulate default setting of the CheckPortalList when OOBE is done. if (IsEthernetEnabled()) check_portal_list_ = "ethernet,wifi,cellular"; |