| Index: third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| index 1e8ad4abb84454d6f537a30eec195ad404092e96..bb4f6354e70af6f0919e4f2a9490c43a3f15ae32 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
|
| @@ -16,9 +16,9 @@
|
| #include "platform/loader/fetch/ResourceLoadPriority.h"
|
| #include "platform/loader/fetch/ResourceStatus.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/HashCountedSet.h"
|
| -#include "wtf/HashMap.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/HashCountedSet.h"
|
| +#include "platform/wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|