| Index: third_party/WebKit/Source/platform/wtf/StringHasher.h
|
| diff --git a/third_party/WebKit/Source/wtf/StringHasher.h b/third_party/WebKit/Source/platform/wtf/StringHasher.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/StringHasher.h
|
| copy to third_party/WebKit/Source/platform/wtf/StringHasher.h
|
| index 728ce37ec7bd8ec5b2e25b789581136c1125622d..c1ddef9d47f2ef120703eddff0d99f17c58085f2 100644
|
| --- a/third_party/WebKit/Source/wtf/StringHasher.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/StringHasher.h
|
| @@ -22,8 +22,8 @@
|
| #ifndef WTF_StringHasher_h
|
| #define WTF_StringHasher_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace WTF {
|
|
|
|
|