| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index b94df13ce13124e4c8121e9b94522038990480ab..34edd84713adc98274f5698d01b5fe9544d51300 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -99,7 +99,6 @@
|
| #include "HTMLParserIdioms.h"
|
| #include "HTMLStyleElement.h"
|
| #include "HTMLTitleElement.h"
|
| -#include "HTTPParsers.h"
|
| #include "HashChangeEvent.h"
|
| #include "HistogramSupport.h"
|
| #include "History.h"
|
| @@ -186,6 +185,7 @@
|
| #include "XSLTProcessor.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| #include "core/platform/chromium/TraceEvent.h"
|
| +#include "core/platform/network/HTTPParsers.h"
|
| #include "htmlediting.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/HashFunctions.h>
|
|
|