diff options
Diffstat (limited to 'chrome/browser/google_apis/operation_runner.cc')
-rw-r--r-- | chrome/browser/google_apis/operation_runner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/operation_runner.cc b/chrome/browser/google_apis/operation_runner.cc index 4bca0f0..0b419da 100644 --- a/chrome/browser/google_apis/operation_runner.cc +++ b/chrome/browser/google_apis/operation_runner.cc @@ -22,7 +22,7 @@ OperationRunner::OperationRunner( auth_service_(new AuthService(url_request_context_getter, scopes)), operation_registry_(new OperationRegistry()), custom_user_agent_(custom_user_agent), - ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)) { + weak_ptr_factory_(this) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); } |