#ifndef CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_READING_LIST_READING_LIST_MOJOM_FORWARD_H_
#define CHROME_BROWSER_UI_WEBUI_SIDE_PANEL_READING_LIST_READING_LIST_MOJOM_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/struct_forward.h"
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
#include "mojo/public/interfaces/bindings/native_struct.mojom-forward.h"
namespace reading_list::mojom {
class ReadLaterEntriesByStatusDataView;
class ReadLaterEntryDataView;
enum class CurrentPageActionButtonState : int32_t;
class ReadLaterEntriesByStatus;
ReadLaterEntriesByStatusPtr;
class ReadLaterEntry;
ReadLaterEntryPtr;
class PageHandlerFactory;
class PageHandler;
class Page;
}
#endif