diff options
Diffstat (limited to 'chrome/browser/google_apis/auth_service.cc')
-rw-r--r-- | chrome/browser/google_apis/auth_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/auth_service.cc b/chrome/browser/google_apis/auth_service.cc index 278a439..8fd8e66 100644 --- a/chrome/browser/google_apis/auth_service.cc +++ b/chrome/browser/google_apis/auth_service.cc @@ -163,7 +163,7 @@ AuthService::AuthService( : profile_(NULL), url_request_context_getter_(url_request_context_getter), scopes_(scopes), - ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)) { + weak_ptr_factory_(this) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); } |