#ifndef CONTENT_BROWSER_SERVICE_WORKER_TEST_SERVICE_WORKER_OBSERVER_H_
#define CONTENT_BROWSER_SERVICE_WORKER_TEST_SERVICE_WORKER_OBSERVER_H_
#include "base/memory/scoped_refptr.h"
#include "content/browser/service_worker/service_worker_context_core_observer.h"
#include "content/browser/service_worker/service_worker_version.h"
namespace base {
class TestSimpleTaskRunner;
}
namespace blink {
class StorageKey;
}
namespace content {
class ServiceWorkerContextWrapper;
class TestServiceWorkerObserver : public ServiceWorkerContextCoreObserver { … };
}
#endif