diff options
Diffstat (limited to 'chrome/browser/net/dns_probe_service_unittest.cc')
-rw-r--r-- | chrome/browser/net/dns_probe_service_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/dns_probe_service_unittest.cc b/chrome/browser/net/dns_probe_service_unittest.cc index a687df4..cee5475 100644 --- a/chrome/browser/net/dns_probe_service_unittest.cc +++ b/chrome/browser/net/dns_probe_service_unittest.cc @@ -23,7 +23,7 @@ class MockDnsProbeJob : public DnsProbeJob { public: MockDnsProbeJob(const CallbackType& callback, DnsProbeJob::Result result) - : ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) { + : weak_factory_(this) { MessageLoop::current()->PostTask( FROM_HERE, base::Bind(&MockDnsProbeJob::CallCallback, |