| Index: third_party/WebKit/Source/platform/weborigin/KURLHash.h
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/KURLHash.h b/third_party/WebKit/Source/platform/weborigin/KURLHash.h
|
| index 2df2bb8596a2693465dc7332d6781d3d76118f35..4b7a6b1a51edb37a3e66292db86a2f77429e0b30 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/KURLHash.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/KURLHash.h
|
| @@ -27,9 +27,9 @@
|
| #define KURLHash_h
|
|
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|