Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: content/browser/service_worker/service_worker_context_core_observer.h

Issue 2931033003: Rename ServiceWorkerContextObserver to ServiceWorkerContextCoreObserver. (Closed)
Patch Set: Typo Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698