// Copyright 2022 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_COMMERCE_CORE_COMMERCE_HEURISTICS_DATA_H_ #define COMPONENTS_COMMERCE_CORE_COMMERCE_HEURISTICS_DATA_H_ #include <string> #include "base/time/time.h" #include "base/values.h" #include "base/version.h" #include "third_party/re2/src/re2/re2.h" namespace commerce_heuristics { class CommerceHeuristicsData { … }; } // namespace commerce_heuristics #endif // COMPONENTS_COMMERCE_CORE_COMMERCE_HEURISTICS_DATA_H_