// 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. #include "components/user_notes/model/user_note_model_test_utils.h" #include "base/time/time.h" namespace user_notes { std::unique_ptr<UserNoteMetadata> GetTestUserNoteMetadata() { … } std::unique_ptr<UserNoteBody> GetTestUserNoteBody() { … } std::unique_ptr<UserNoteTarget> GetTestUserNotePageTarget( const std::string& url) { … } } // namespace user_notes