| Index: third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp b/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| index 42e0614240f531cd67ded075f02ee8e0e87308fe..51dcf89c2fb1c82c72b65e30beac95aeee9e66f3 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
|
| @@ -24,6 +24,10 @@
|
|
|
| #include "platform/loader/fetch/Resource.h"
|
|
|
| +#include <stdint.h>
|
| +#include <algorithm>
|
| +#include <cassert>
|
| +#include <memory>
|
| #include "platform/Histogram.h"
|
| #include "platform/InstanceCounters.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| @@ -51,10 +55,6 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringBuilder.h"
|
| -#include <algorithm>
|
| -#include <cassert>
|
| -#include <memory>
|
| -#include <stdint.h>
|
|
|
| namespace blink {
|
|
|
|
|