Bug 1034920, part 1 - Rename nsNativeComponentLoader.{h,cpp} to the actual class name. r=froydnj

This commit is contained in:
Andrew McCreight
2014-07-28 10:15:57 -07:00
parent 7e5ae65c6a
commit 015247eee7
4 changed files with 4 additions and 4 deletions

View File

@@ -29,13 +29,13 @@ EXPORTS.mozilla += [
# nsCategoryManager.cpp and nsComponentManager.cpp cannot be built in # nsCategoryManager.cpp and nsComponentManager.cpp cannot be built in
# unified mode because they use thea PL_ARENA_CONST_ALIGN_MASK macro # unified mode because they use thea PL_ARENA_CONST_ALIGN_MASK macro
# with plarena.h. # with plarena.h.
# nsNativeComponentLoader.cpp cannot be built in unified mode because it # nsNativeModuleLoader.cpp cannot be built in unified mode because it
# forces NSPR logging. # forces NSPR logging.
SOURCES += [ SOURCES += [
'ManifestParser.cpp', 'ManifestParser.cpp',
'nsCategoryManager.cpp', 'nsCategoryManager.cpp',
'nsComponentManager.cpp', 'nsComponentManager.cpp',
'nsNativeComponentLoader.cpp', 'nsNativeModuleLoader.cpp',
] ]
FAIL_ON_WARNINGS = True FAIL_ON_WARNINGS = True

View File

@@ -19,7 +19,7 @@
#include "mozilla/ModuleLoader.h" #include "mozilla/ModuleLoader.h"
#include "mozilla/Mutex.h" #include "mozilla/Mutex.h"
#include "nsXULAppAPI.h" #include "nsXULAppAPI.h"
#include "nsNativeComponentLoader.h" #include "nsNativeModuleLoader.h"
#include "nsIFactory.h" #include "nsIFactory.h"
#include "nsIInterfaceRequestor.h" #include "nsIInterfaceRequestor.h"
#include "nsIInterfaceRequestorUtils.h" #include "nsIInterfaceRequestorUtils.h"

View File

@@ -19,7 +19,7 @@
#define FORCE_PR_LOG #define FORCE_PR_LOG
#endif #endif
#include "nsNativeComponentLoader.h" #include "nsNativeModuleLoader.h"
#include "prlog.h" #include "prlog.h"
#include "prinit.h" #include "prinit.h"