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

Side by Side Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h

Issue 2542203004: blink: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 24 matching lines...) Expand all
35 #include "platform/heap/Handle.h" 35 #include "platform/heap/Handle.h"
36 #include "platform/heap/HeapAllocator.h" 36 #include "platform/heap/HeapAllocator.h"
37 #include "platform/weborigin/KURL.h" 37 #include "platform/weborigin/KURL.h"
38 #include "public/platform/WebString.h" 38 #include "public/platform/WebString.h"
39 #include "public/web/modules/serviceworker/WebServiceWorkerContextProxy.h" 39 #include "public/web/modules/serviceworker/WebServiceWorkerContextProxy.h"
40 #include "wtf/Forward.h" 40 #include "wtf/Forward.h"
41 #include <memory> 41 #include <memory>
42 42
43 namespace blink { 43 namespace blink {
44 44
45 class ConsoleMessage;
46 class Document; 45 class Document;
47 class FetchEvent; 46 class FetchEvent;
48 class ServiceWorkerGlobalScope; 47 class ServiceWorkerGlobalScope;
49 class WebDataConsumerHandle; 48 class WebDataConsumerHandle;
50 class WebEmbeddedWorkerImpl; 49 class WebEmbeddedWorkerImpl;
51 class WebServiceWorkerContextClient; 50 class WebServiceWorkerContextClient;
52 struct WebServiceWorkerError; 51 struct WebServiceWorkerError;
53 class WebServiceWorkerRequest; 52 class WebServiceWorkerRequest;
54 class WebServiceWorkerResponse; 53 class WebServiceWorkerResponse;
55 54
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 HeapHashMap<int, Member<FetchEvent>> m_pendingPreloadFetchEvents; 166 HeapHashMap<int, Member<FetchEvent>> m_pendingPreloadFetchEvents;
168 167
169 WebServiceWorkerContextClient* m_client; 168 WebServiceWorkerContextClient* m_client;
170 169
171 CrossThreadPersistent<ServiceWorkerGlobalScope> m_workerGlobalScope; 170 CrossThreadPersistent<ServiceWorkerGlobalScope> m_workerGlobalScope;
172 }; 171 };
173 172
174 } // namespace blink 173 } // namespace blink
175 174
176 #endif // ServiceWorkerGlobalScopeProxy_h 175 #endif // ServiceWorkerGlobalScopeProxy_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h ('k') | third_party/WebKit/Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698