// 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_USER_NOTES_MODEL_USER_NOTE_TARGET_H_ #define COMPONENTS_USER_NOTES_MODEL_USER_NOTE_TARGET_H_ #include <string> #include "url/gurl.h" namespace user_notes { // Model class for a note target. class UserNoteTarget { … }; } // namespace user_notes #endif // COMPONENTS_USER_NOTES_MODEL_USER_NOTE_TARGET_H_