summaryrefslogtreecommitdiff
path: root/Services/WebContent/PageHost.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-07-28 19:27:41 +0200
committerAndreas Kling <kling@serenityos.org>2020-07-28 19:28:29 +0200
commitef711f501e786852642ad8f99af3a42912f9bc95 (patch)
treea39c28694936fcadc61509e3fccae459940aa307 /Services/WebContent/PageHost.h
parent481e838054f8c44cf53b783cff07c4b1b8ca4216 (diff)
downloadserenity-ef711f501e786852642ad8f99af3a42912f9bc95.zip
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Diffstat (limited to 'Services/WebContent/PageHost.h')
-rw-r--r--Services/WebContent/PageHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/WebContent/PageHost.h b/Services/WebContent/PageHost.h
index 315f3b940d..fc48da1359 100644
--- a/Services/WebContent/PageHost.h
+++ b/Services/WebContent/PageHost.h
@@ -26,7 +26,7 @@
#pragma once
-#include <LibWeb/Page.h>
+#include <LibWeb/Page/Page.h>
namespace WebContent {