#ifndef CHROME_BROWSER_NEW_TAB_PAGE_MODULES_V2_CALENDAR_GOOGLE_CALENDAR_PAGE_HANDLER_H_
#define CHROME_BROWSER_NEW_TAB_PAGE_MODULES_V2_CALENDAR_GOOGLE_CALENDAR_PAGE_HANDLER_H_
#include "base/memory/raw_ptr.h"
#include "chrome/browser/new_tab_page/modules/v2/calendar/google_calendar.mojom.h"
#include "google_apis/calendar/calendar_api_url_generator.h"
#include "google_apis/common/api_error_codes.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
namespace google_apis {
class RequestSender;
namespace calendar {
class EventList;
}
}
class PrefRegistrySimple;
class PrefService;
class Profile;
class GoogleCalendarPageHandler
: public ntp::calendar::mojom::GoogleCalendarPageHandler { … };
#endif