// 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_USER_ANNOTATIONS_USER_ANNOTATIONS_TYPES_H_ #define COMPONENTS_USER_ANNOTATIONS_USER_ANNOTATIONS_TYPES_H_ #include "components/optimization_guide/proto/features/common_quality_data.pb.h" namespace user_annotations { EntryID; struct Entry { … }; } // namespace user_annotations #endif // COMPONENTS_USER_ANNOTATIONS_USER_ANNOTATIONS_TYPES_H_