chromium/components/user_notes/model/user_note_metadata.h

// 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_METADATA_H_
#define COMPONENTS_USER_NOTES_MODEL_USER_NOTE_METADATA_H_

#include "base/time/time.h"

namespace user_notes {

// Model class for a note.
class UserNoteMetadata {};

}  // namespace user_notes

#endif  // COMPONENTS_USER_NOTES_MODEL_USER_NOTE_METADATA_H_