// Copyright 2017 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_PUBLIC_BROWSER_SERVICE_WORKER_CONTEXT_OBSERVER_H_ #define CONTENT_PUBLIC_BROWSER_SERVICE_WORKER_CONTEXT_OBSERVER_H_ #include <string> #include "content/public/browser/global_routing_id.h" #include "content/public/browser/service_worker_client_info.h" #include "url/gurl.h" namespace content { class ServiceWorkerContext; struct ConsoleMessage; struct ServiceWorkerRunningInfo; class ServiceWorkerContextObserver { … }; } // namespace content #endif // CONTENT_PUBLIC_BROWSER_SERVICE_WORKER_CONTEXT_OBSERVER_H_