| Index: Source/core/html/parser/BackgroundHTMLParser.h
|
| diff --git a/Source/core/html/parser/BackgroundHTMLParser.h b/Source/core/html/parser/BackgroundHTMLParser.h
|
| index 14a0df5eaddc74a5a81908d44138cfff9ef46d9c..b9b5a511c49d5ef2ff926353764448aa7ffb06f4 100644
|
| --- a/Source/core/html/parser/BackgroundHTMLParser.h
|
| +++ b/Source/core/html/parser/BackgroundHTMLParser.h
|
| @@ -35,10 +35,8 @@
|
| #include "core/html/parser/HTMLTokenizer.h"
|
| #include "core/html/parser/HTMLTreeBuilderSimulator.h"
|
| #include "core/html/parser/XSSAuditorDelegate.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/Vector.h>
|
| -#include <wtf/WeakPtr.h>
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/WeakPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|