| Index: third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| diff --git a/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h b/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| index 9f12603bf2273349df2f3b1c49982e3e3883fb7f..2d0827d8f5a229092a5618751a654b729e9225aa 100644
|
| --- a/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| +++ b/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| @@ -8,10 +8,10 @@
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|