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

--HG--
rename : xpcom/components/nsNativeComponentLoader.cpp => xpcom/components/nsNativeModuleLoader.cpp
rename : xpcom/components/nsNativeComponentLoader.h => xpcom/components/nsNativeModuleLoader.h
This commit is contained in:
Andrew McCreight 2014-07-28 10:15:57 -07:00
parent 6885181c22
commit bf74b0ae33
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
# unified mode because they use thea PL_ARENA_CONST_ALIGN_MASK macro
# 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.
SOURCES += [
'ManifestParser.cpp',
'nsCategoryManager.cpp',
'nsComponentManager.cpp',
'nsNativeComponentLoader.cpp',
'nsNativeModuleLoader.cpp',
]
FAIL_ON_WARNINGS = True

View File

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

View File

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