summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/URL.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/URL.cxx')
-rw-r--r--Kernel/Sources/URL.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/URL.cxx b/Kernel/Sources/URL.cxx
index 80f4d9d5..8d31da7c 100644
--- a/Kernel/Sources/URL.cxx
+++ b/Kernel/Sources/URL.cxx
@@ -10,7 +10,7 @@
/// BUGS: 0
-namespace NewOS
+namespace Kernel
{
URL::URL(StringView& strUrl)
: fUrlView(strUrl, false)
@@ -93,4 +93,4 @@ namespace NewOS
return Ref<ErrorOr<StringView>>(loc);
}
-} // namespace NewOS
+} // namespace Kernel