Bug 945589 - Add include guards to ScriptedNotificationObserver.h

This commit is contained in:
Ehsan Akhgari 2013-12-03 08:20:53 -05:00
parent ae901ef97f
commit 1cd4a8e4ce

View File

@ -4,6 +4,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef ScriptedNotificationObserver_h
#define ScriptedNotificationObserver_h
#include "imgINotificationObserver.h"
#include "nsCOMPtr.h"
#include "nsCycleCollectionParticipant.h"
@ -28,3 +31,5 @@ private:
};
}}
#endif