// 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/browser/user_note_manager.h" #include "base/memory/ptr_util.h" #include "base/not_fatal_until.h" #include "base/trace_event/typed_macros.h" #include "components/user_notes/browser/user_note_instance.h" #include "content/public/browser/page.h" #include "content/public/browser/render_frame_host.h" #include "services/service_manager/public/cpp/interface_provider.h" user_notes // namespace user_notes