// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_OFFLINER_CLIENT_H_ #define COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_OFFLINER_CLIENT_H_ #include <memory> #include "base/functional/callback.h" #include "base/timer/timer.h" #include "components/offline_pages/core/background/offliner.h" namespace offline_pages { class SavePageRequest; // Provides an interface to the Offliner and implements a timeout. class OfflinerClient { … }; } // namespace offline_pages #endif // COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_OFFLINER_CLIENT_H_