summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-13 22:17:24 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-13 22:17:24 -0500
commitec44fe4f6610f5068b7ff82d22b8950bea5d4e54 (patch)
treea7d73bde3111af9677b913575fab75a197cc6bd4
parent922ecbec095fe7a9477b700006e29d1348ee552e (diff)
downloadaura-central-ec44fe4f6610f5068b7ff82d22b8950bea5d4e54.tar.gz
Issue %3005 - Follow-up: toolkit/components/formautofill
-rw-r--r--toolkit/components/formautofill/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/formautofill/moz.build b/toolkit/components/formautofill/moz.build
index 478b10f71..ef83ef163 100644
--- a/toolkit/components/formautofill/moz.build
+++ b/toolkit/components/formautofill/moz.build
@@ -3,7 +3,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-XPIDL_SOURCES += ['nsIFormAutofillContentService.idl']
+XPIDL_SOURCES += ['public/nsIFormAutofillContentService.idl']
EXTRA_COMPONENTS += [
'src/FormAutofillContentService.js',