// Copyright 2021 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_BACKGROUND_FETCH_JOB_DETAILS_H_ #define COMPONENTS_BACKGROUND_FETCH_JOB_DETAILS_H_ #include "base/functional/callback.h" #include "base/memory/weak_ptr.h" #include "content/public/browser/background_fetch_delegate.h" namespace content { struct BackgroundFetchDescription; } namespace background_fetch { struct JobDetails { … }; } // namespace background_fetch #endif // COMPONENTS_BACKGROUND_FETCH_JOB_DETAILS_H_