Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg

This commit is contained in:
Geoff Lankow
2012-06-06 14:08:30 +12:00
parent baa5aefdcf
commit 7a64448b03
290 changed files with 1141 additions and 1331 deletions

View File

@@ -31,7 +31,7 @@
#include "mozilla/dom/CrashReporterParent.h"
#endif
#include "nsNPAPIPlugin.h"
#include "nsILocalFile.h"
#include "nsIFile.h"
#ifdef XP_WIN
#include "mozilla/widget/AudioSession.h"