| Index: third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| index a56e40a12c9f3d31ec0f852cbfdecec19ae839fc..765c78e88411136ee6c0c408bb6b5db59c556486 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef SimNetwork_h
|
| #define SimNetwork_h
|
|
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebURLLoaderTestDelegate.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|