// Copyright 2024 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_SUPERVISED_USER_CORE_BROWSER_PROTO_FETCHER_STATUS_H_ #define COMPONENTS_SUPERVISED_USER_CORE_BROWSER_PROTO_FETCHER_STATUS_H_ #include "base/types/strong_alias.h" #include "google_apis/gaia/google_service_auth_error.h" namespace supervised_user { // Holds the status of ProtoFetcher fetch operation, providing additional // context on error state. class ProtoFetcherStatus { … }; } // namespace supervised_user #endif // COMPONENTS_SUPERVISED_USER_CORE_BROWSER_PROTO_FETCHER_STATUS_H_