| Index: third_party/WebKit/Source/platform/wtf/text/StringHash.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringHash.h b/third_party/WebKit/Source/platform/wtf/text/StringHash.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/wtf/text/StringHash.h
|
| copy to third_party/WebKit/Source/platform/wtf/text/StringHash.h
|
| index 905ede3690a417ea6f7c276470ed95fd780e2860..4c89a8da466ab05b0974c66651a58220e4d37467 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringHash.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringHash.h
|
| @@ -22,10 +22,10 @@
|
| #ifndef StringHash_h
|
| #define StringHash_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashTraits.h"
|
| -#include "wtf/StringHasher.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashTraits.h"
|
| +#include "platform/wtf/StringHasher.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace WTF {
|
|
|
|
|