// 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. #ifndef GOOGLE_APIS_GAIA_GAIA_AUTH_CONSUMER_H_ #define GOOGLE_APIS_GAIA_GAIA_AUTH_CONSUMER_H_ #include <map> #include <string> #include <vector> #include "base/component_export.h" class GoogleServiceAuthError; class OAuthMultiloginResult; // An interface that defines the callbacks for objects that // GaiaAuthFetcher can return data to. class COMPONENT_EXPORT(GOOGLE_APIS) GaiaAuthConsumer { … }; #endif // GOOGLE_APIS_GAIA_GAIA_AUTH_CONSUMER_H_