// 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_UTIL_H_ #define GOOGLE_APIS_GAIA_GAIA_AUTH_UTIL_H_ #include <string> #include <string_view> #include <utility> #include <vector> #include "base/component_export.h" #include "google_apis/gaia/core_account_id.h" class GURL; gaia // namespace gaia #endif // GOOGLE_APIS_GAIA_GAIA_AUTH_UTIL_H_