Bug 380650 - Move passwordmgr/resources/content/* to passwordmgr/content/*. Patch by Justin Dolske <dolske@mozilla.com>, r=gavin.
--- a/allmakefiles.sh
+++ b/allmakefiles.sh
@@ -965,17 +965,17 @@ toolkit/components/downloads/src/Makefil
toolkit/components/filepicker/Makefile
toolkit/system/gnome/Makefile
toolkit/components/help/Makefile
toolkit/components/history/Makefile
toolkit/components/history/public/Makefile
toolkit/components/history/src/Makefile
toolkit/components/passwordmgr/Makefile
toolkit/components/passwordmgr/base/Makefile
-toolkit/components/passwordmgr/resources/Makefile
+toolkit/components/passwordmgr/content/Makefile
toolkit/components/passwordmgr/test/Makefile
toolkit/components/places/Makefile
toolkit/components/places/public/Makefile
toolkit/components/places/src/Makefile
toolkit/components/printing/Makefile
toolkit/components/satchel/Makefile
toolkit/components/satchel/public/Makefile
toolkit/components/satchel/src/Makefile
--- a/toolkit/components/passwordmgr/Makefile.in
+++ b/toolkit/components/passwordmgr/Makefile.in
@@ -37,15 +37,15 @@
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
-DIRS = base resources
+DIRS = base content
ifdef ENABLE_TESTS
DIRS += test
endif
include $(topsrcdir)/config/rules.mk