diff --git a/mozilla/toolkit/components/places/src/nsNavHistory.h b/mozilla/toolkit/components/places/src/nsNavHistory.h index cb0e1f1f465..78e8c4c296f 100644 --- a/mozilla/toolkit/components/places/src/nsNavHistory.h +++ b/mozilla/toolkit/components/places/src/nsNavHistory.h @@ -268,6 +268,7 @@ protected: }; +class AutoCompleteIntermediateResultSet; // nsNavHistory @@ -277,7 +278,7 @@ class nsNavHistory : nsSupportsWeakReference, public nsIBrowserHistory, public nsIAutoCompleteSearch { - friend struct AutoCompleteIntermediateResultSet; + friend class AutoCompleteIntermediateResultSet; public: nsNavHistory();