// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "google_apis/gaia/oauth2_access_token_fetcher.h" OAuth2AccessTokenFetcher::OAuth2AccessTokenFetcher( OAuth2AccessTokenConsumer* consumer) : … { … } OAuth2AccessTokenFetcher::~OAuth2AccessTokenFetcher() { … } void OAuth2AccessTokenFetcher::FireOnGetTokenSuccess( const OAuth2AccessTokenConsumer::TokenResponse& token_response) { … } void OAuth2AccessTokenFetcher::FireOnGetTokenFailure( const GoogleServiceAuthError& error) { … }