| Index: Source/core/html/HTMLImportLoader.cpp | 
| diff --git a/Source/core/html/HTMLImportLoader.cpp b/Source/core/html/HTMLImportLoader.cpp | 
| index 283b757e15eac55a5e38a8ac4c01d34ee05bf8f7..915483fa271b0f3794009df5935f010f6dc1e3b9 100644 | 
| --- a/Source/core/html/HTMLImportLoader.cpp | 
| +++ b/Source/core/html/HTMLImportLoader.cpp | 
| @@ -31,8 +31,8 @@ | 
| #include "config.h" | 
| #include "core/html/HTMLImportLoader.h" | 
|  | 
| -#include "core/dom/CustomElementRegistrationContext.h" | 
| #include "core/dom/Document.h" | 
| +#include "core/dom/custom/CustomElementRegistrationContext.h" | 
| #include "core/fetch/ResourceFetcher.h" | 
| #include "core/html/HTMLDocument.h" | 
| #include "core/html/HTMLImportLoaderClient.h" | 
|  |