// Copyright 2021 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_ACCOUNT_MANAGER_CORE_ACCOUNT_UPSERTION_RESULT_H_ #define COMPONENTS_ACCOUNT_MANAGER_CORE_ACCOUNT_UPSERTION_RESULT_H_ #include <optional> #include "components/account_manager_core/account.h" #include "google_apis/gaia/google_service_auth_error.h" namespace account_manager { // The result of account addition request. class COMPONENT_EXPORT(ACCOUNT_MANAGER_CORE) AccountUpsertionResult { … }; } // namespace account_manager #endif // COMPONENTS_ACCOUNT_MANAGER_CORE_ACCOUNT_UPSERTION_RESULT_H_