| Index: content/browser/service_worker/service_worker_context_core_observer.h
|
| diff --git a/content/browser/service_worker/service_worker_context_observer.h b/content/browser/service_worker/service_worker_context_core_observer.h
|
| similarity index 93%
|
| rename from content/browser/service_worker/service_worker_context_observer.h
|
| rename to content/browser/service_worker/service_worker_context_core_observer.h
|
| index d0564d449fec5444a19a1fc0b78efdb87f842632..2a607717c422b9eca35d9eafbbc6c7584b8996f3 100644
|
| --- a/content/browser/service_worker/service_worker_context_observer.h
|
| +++ b/content/browser/service_worker/service_worker_context_core_observer.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_OBSERVER_H_
|
| -#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_OBSERVER_H_
|
| +#ifndef CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CORE_OBSERVER_H_
|
| +#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CORE_OBSERVER_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -18,7 +18,7 @@ namespace content {
|
|
|
| enum class EmbeddedWorkerStatus;
|
|
|
| -class ServiceWorkerContextObserver {
|
| +class ServiceWorkerContextCoreObserver {
|
| public:
|
| struct ErrorInfo {
|
| ErrorInfo(const base::string16& message,
|
| @@ -93,9 +93,9 @@ class ServiceWorkerContextObserver {
|
| virtual void OnStorageWiped() {}
|
|
|
| protected:
|
| - virtual ~ServiceWorkerContextObserver() {}
|
| + virtual ~ServiceWorkerContextCoreObserver() {}
|
| };
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_OBSERVER_H_
|
| +#endif // CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CORE_OBSERVER_H_
|
|
|