// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_TEST_TEST_BACKGROUND_SYNC_PROXY_H_ #define CONTENT_TEST_TEST_BACKGROUND_SYNC_PROXY_H_ #include "base/functional/callback_forward.h" #include "base/memory/scoped_refptr.h" #include "base/time/time.h" #include "content/browser/background_sync/background_sync_proxy.h" #include "content/browser/service_worker/service_worker_context_wrapper.h" namespace content { class TestBackgroundSyncProxy : public BackgroundSyncProxy { … }; } // namespace content #endif // CONTENT_TEST_TEST_BACKGROUND_SYNC_PROXY_H_