Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj

We should not be declaring forward declarations for nsString classes directly,
instead we should use nsStringFwd.h. This will make changing the underlying
types easier.
This commit is contained in:
Eric Rahm
2017-08-16 16:48:52 -07:00
parent 2f8a0aa015
commit bf94c13168
102 changed files with 95 additions and 181 deletions

View File

@@ -23,8 +23,8 @@
#ifndef nsHtml5ArrayCopy_h
#define nsHtml5ArrayCopy_h
#include "nsStringFwd.h"
class nsString;
class nsHtml5StackNode;
class nsHtml5AttributeName;