Bug 780618 - Move all error codes to nsError.h; r=ehsan

This commit is contained in:
Aryeh Gregor
2012-07-27 17:03:27 +03:00
parent 2af5b12745
commit 691ef24b2a
292 changed files with 1473 additions and 1657 deletions

View File

@@ -99,7 +99,7 @@
#include "nsXULAppAPI.h"
#include "nsAppDirectoryServiceDefs.h"
#include "nsPluginDirServiceProvider.h"
#include "nsPluginError.h"
#include "nsError.h"
#include "nsUnicharUtils.h"
#include "nsPluginManifestLineReader.h"
@@ -116,7 +116,6 @@
#include "nsIScriptSecurityManager.h"
#include "nsIContentPolicy.h"
#include "nsContentPolicyUtils.h"
#include "nsContentErrors.h"
#include "mozilla/TimeStamp.h"
#include "mozilla/Telemetry.h"
#include "nsIImageLoadingContent.h"