// Copyright 2019 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_OPTIMIZATION_GUIDE_CORE_STORE_UPDATE_DATA_H_ #define COMPONENTS_OPTIMIZATION_GUIDE_CORE_STORE_UPDATE_DATA_H_ #include <optional> #include <string> #include "base/sequence_checker.h" #include "base/time/time.h" #include "base/version.h" #include "components/leveldb_proto/public/proto_database.h" namespace optimization_guide { namespace proto { class Hint; class StoreEntry; } // namespace proto EntryVector; // Holds hint data for updating the OptimizationGuideStore. class StoreUpdateData { … }; } // namespace optimization_guide #endif // COMPONENTS_OPTIMIZATION_GUIDE_CORE_STORE_UPDATE_DATA_H_