summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-23 06:37:01 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-23 06:37:01 -0500
commitb0e732d82b1195e35f31a097b00bf595f6271585 (patch)
treeaf45bcbf831711a2d515fd10b6b1195929ef9aa5 /components
parentbf21d92208f0db0d4681592d93466614e9e26605 (diff)
downloadaura-central-b0e732d82b1195e35f31a097b00bf595f6271585.tar.gz
Issue %3005 - Move netwerk/ to system/network
Diffstat (limited to 'components')
-rw-r--r--components/registry/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/registry/moz.build b/components/registry/moz.build
index 6ba81c3e2..684e37802 100644
--- a/components/registry/moz.build
+++ b/components/registry/moz.build
@@ -20,8 +20,8 @@ SOURCES += [
LOCAL_INCLUDES += [
'!/xpcom',
'/dom/base',
- '/netwerk/base',
- '/netwerk/protocol/res',
+ '/system/network/base',
+ '/system/network/protocol/res',
'/xpcom/components'
]