| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| index dd771220b84187dd62f306faf4ad87769e75a778..a442a8a59fc860e3988ee795a169743cca616560 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef ServiceWorkerScriptCachedMetadataHandler_h
|
| #define ServiceWorkerScriptCachedMetadataHandler_h
|
|
|
| +#include <stdint.h>
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/CachedMetadataHandler.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Vector.h"
|
| -#include <stdint.h>
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|