| Index: Source/core/loader/cache/MemoryCache.h
|
| diff --git a/Source/core/loader/cache/MemoryCache.h b/Source/core/loader/cache/MemoryCache.h
|
| index 23fcb9e8566a3bd12e535e346e401c9d11947ccf..e0caea882f90c86464f140578f75213ff477357d 100644
|
| --- a/Source/core/loader/cache/MemoryCache.h
|
| +++ b/Source/core/loader/cache/MemoryCache.h
|
| @@ -25,14 +25,14 @@
|
| #ifndef Cache_h
|
| #define Cache_h
|
|
|
| -#include "CachedResource.h"
|
| #include "SecurityOriginHash.h"
|
| +#include "core/loader/cache/CachedResource.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/HashSet.h>
|
| #include <wtf/Noncopyable.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/StringHash.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|