// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/extensions/api/reading_list/reading_list_util.h" #include "base/time/time.h" namespace extensions::reading_list_util { api::reading_list::ReadingListEntry ParseEntry(const ReadingListEntry& entry) { … } } // namespace extensions::reading_list_util