// 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_ENGINE_SYNC_CREDENTIALS_H_ #define COMPONENTS_SYNC_ENGINE_SYNC_CREDENTIALS_H_ #include <string> namespace syncer { // Contains everything needed to talk to and identify a user account. struct SyncCredentials { … }; } // namespace syncer #endif // COMPONENTS_SYNC_ENGINE_SYNC_CREDENTIALS_H_