diff --git a/mozilla/string/public/nsPrintfCString.h b/mozilla/string/public/nsPrintfCString.h index 680dea0551c..508bdfc0b23 100755 --- a/mozilla/string/public/nsPrintfCString.h +++ b/mozilla/string/public/nsPrintfCString.h @@ -38,8 +38,8 @@ #ifndef nsPrintfCString_h___ #define nsPrintfCString_h___ -#ifndef nsAString_h___ -#include "nsAString.h" +#ifndef nsAFlatString_h___ +#include "nsAFlatString.h" #endif @@ -68,7 +68,7 @@ */ class NS_COM nsPrintfCString - : public nsACString + : public nsAFlatCString { enum { kLocalBufferSize=15 }; // ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask) diff --git a/mozilla/xpcom/string/public/nsPrintfCString.h b/mozilla/xpcom/string/public/nsPrintfCString.h index 680dea0551c..508bdfc0b23 100755 --- a/mozilla/xpcom/string/public/nsPrintfCString.h +++ b/mozilla/xpcom/string/public/nsPrintfCString.h @@ -38,8 +38,8 @@ #ifndef nsPrintfCString_h___ #define nsPrintfCString_h___ -#ifndef nsAString_h___ -#include "nsAString.h" +#ifndef nsAFlatString_h___ +#include "nsAFlatString.h" #endif @@ -68,7 +68,7 @@ */ class NS_COM nsPrintfCString - : public nsACString + : public nsAFlatCString { enum { kLocalBufferSize=15 }; // ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)