#ifndef CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DEVICE_DELEGATE_OBSERVER_UNITTEST_H_
#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_DEVICE_DELEGATE_OBSERVER_UNITTEST_H_
#include "base/files/scoped_temp_dir.h"
#include "base/memory/scoped_refptr.h"
#include "content/browser/service_worker/embedded_worker_test_helper.h"
#include "content/browser/service_worker/service_worker_context_core.h"
#include "content/browser/service_worker/service_worker_registration.h"
#include "content/public/test/browser_task_environment.h"
namespace content {
class ServiceWorkerDeviceDelegateObserverTest : public testing::Test { … };
}
#endif