| Index: Source/core/html/parser/BackgroundHTMLParser.cpp
 | 
| diff --git a/Source/core/html/parser/BackgroundHTMLParser.cpp b/Source/core/html/parser/BackgroundHTMLParser.cpp
 | 
| index 942725a69dee1f9984083d39d60fa54e77e4786d..23747edd7eba0bdbecb5a9345fea9f34239ffbc0 100644
 | 
| --- a/Source/core/html/parser/BackgroundHTMLParser.cpp
 | 
| +++ b/Source/core/html/parser/BackgroundHTMLParser.cpp
 | 
| @@ -27,12 +27,11 @@
 | 
|  #include "core/html/parser/BackgroundHTMLParser.h"
 | 
|  
 | 
|  #include "core/html/parser/HTMLDocumentParser.h"
 | 
| -#include "core/html/parser/HTMLParserIdioms.h"
 | 
|  #include "core/html/parser/HTMLParserThread.h"
 | 
|  #include "core/html/parser/HTMLTokenizer.h"
 | 
|  #include "core/html/parser/XSSAuditor.h"
 | 
| -#include <wtf/MainThread.h>
 | 
| -#include <wtf/text/TextPosition.h>
 | 
| +#include "wtf/MainThread.h"
 | 
| +#include "wtf/text/TextPosition.h"
 | 
|  
 | 
|  namespace WebCore {
 | 
|  
 | 
| 
 |