| Index: Source/core/page/WorkerNavigator.h
|
| diff --git a/Source/core/page/WorkerNavigator.h b/Source/core/page/WorkerNavigator.h
|
| index 20d9b8e5d76b76e26fb23a9e4cc65ea08a3ecc93..2152785640f400a71606ad7338b03112661c218b 100644
|
| --- a/Source/core/page/WorkerNavigator.h
|
| +++ b/Source/core/page/WorkerNavigator.h
|
| @@ -29,10 +29,9 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/page/NavigatorBase.h"
|
| #include "core/platform/Supplementable.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|