// 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_BODY_H_ #define COMPONENTS_USER_NOTES_MODEL_USER_NOTE_BODY_H_ #include <string> namespace user_notes { // Model class for a note body. class UserNoteBody { … }; } // namespace user_notes #endif // COMPONENTS_USER_NOTES_MODEL_USER_NOTE_BODY_H_