summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.h b/chromium/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.h
index 613d165cb27..510c5838a2c 100644
--- a/chromium/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.h
+++ b/chromium/third_party/WebKit/Source/core/xml/parser/XMLDocumentParserScope.h
@@ -26,7 +26,8 @@
#ifndef XMLDocumentParserScope_h
#define XMLDocumentParserScope_h
-#include "wtf/Noncopyable.h"
+#include <wtf/Noncopyable.h>
+
#include <libxml/xmlerror.h>
namespace WebCore {