// 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_URLS_H_ #define GOOGLE_APIS_GAIA_GAIA_URLS_H_ #include <string> #include "base/component_export.h" #include "base/memory/singleton.h" #include "url/gurl.h" #include "url/origin.h" // A singleton that provides all the URLs that are used for connecting to GAIA. // // Please update InitializeFromConfig() when adding new URLs. class COMPONENT_EXPORT(GOOGLE_APIS) GaiaUrls { … }; #endif // GOOGLE_APIS_GAIA_GAIA_URLS_H_