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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerClients.h

Issue 463423003: ServiceWorker: Rename Client interface to ServiceWorkerClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GN build Created 6 years, 4 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: Source/modules/serviceworkers/ServiceWorkerClients.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
index de4961978742608d9d8195926c731a2b15051665..819800993292b22a66135255a8801b2340bfff1d 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClients.h
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
@@ -12,10 +12,10 @@
namespace blink {
-class Client;
class ExecutionContext;
-class ScriptState;
class ScriptPromise;
+class ScriptState;
+class ServiceWorkerClient;
class ServiceWorkerClients FINAL : public RefCountedWillBeGarbageCollected<ServiceWorkerClients>, public ScriptWrappable {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ServiceWorkerClients);
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerClient.idl ('k') | Source/modules/serviceworkers/ServiceWorkerClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698