// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SYNC_SERVICE_SYNC_TOKEN_STATUS_H_ #define COMPONENTS_SYNC_SERVICE_SYNC_TOKEN_STATUS_H_ #include "base/time/time.h" #include "components/sync/engine/connection_status.h" #include "google_apis/gaia/google_service_auth_error.h" namespace syncer { // Status of sync server connection, OAuth2 access token and token request. struct SyncTokenStatus { … }; } // namespace syncer #endif // COMPONENTS_SYNC_SERVICE_SYNC_TOKEN_STATUS_H_