summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/test_server/http_server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google_apis/test_server/http_server.cc')
-rw-r--r--chrome/browser/google_apis/test_server/http_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/test_server/http_server.cc b/chrome/browser/google_apis/test_server/http_server.cc
index c2c17ed..6278344 100644
--- a/chrome/browser/google_apis/test_server/http_server.cc
+++ b/chrome/browser/google_apis/test_server/http_server.cc
@@ -55,7 +55,7 @@ HttpServer::HttpServer(
const scoped_refptr<base::SingleThreadTaskRunner>& io_thread)
: io_thread_(io_thread),
port_(-1),
- weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
+ weak_factory_(this) {
DCHECK(io_thread_);
DCHECK(thread_checker_.CalledOnValidThread());
}