#ifndef COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_SAVE_PAGE_REQUEST_H_
#define COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_SAVE_PAGE_REQUEST_H_
#include <stdint.h>
#include <iosfwd>
#include "base/time/time.h"
#include "components/offline_items_collection/core/fail_state.h"
#include "components/offline_items_collection/core/pending_state.h"
#include "components/offline_pages/core/offline_page_item.h"
#include "url/gurl.h"
FailState;
PendingState;
namespace offline_pages {
class SavePageRequest { … };
std::ostream& operator<<(std::ostream& out,
SavePageRequest::AutoFetchNotificationState value);
}
#endif