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

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

Issue 1212643004: [Oilpan] Apply RefCountedGarbageCollectedEventTarget on AbstractWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove some redundant includes Created 5 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/ServiceWorkerScriptCachedMetadataHandler.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h b/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
index 5a47f04a86f750d9c019852515c8ae574b01e6d7..e31412857d7b22c024b5f2d995840fb0038bcb3c 100644
--- a/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
+++ b/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
@@ -6,6 +6,7 @@
#define ServiceWorkerScriptCachedMetadataHandler_h
#include "core/fetch/CachedMetadataHandler.h"
+#include "platform/heap/Handle.h"
#include "platform/weborigin/KURL.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerRegistration.h ('k') | Source/web/ServiceWorkerGlobalScopeProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698