diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 06:37:01 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-23 06:37:01 -0500 |
commit | b0e732d82b1195e35f31a097b00bf595f6271585 (patch) | |
tree | af45bcbf831711a2d515fd10b6b1195929ef9aa5 /components | |
parent | bf21d92208f0db0d4681592d93466614e9e26605 (diff) | |
download | aura-central-b0e732d82b1195e35f31a097b00bf595f6271585.tar.gz |
Issue %3005 - Move netwerk/ to system/network
Diffstat (limited to 'components')
-rw-r--r-- | components/registry/moz.build | 4 |
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' ] |