| Index: sky/engine/core/dom/DocumentLifecycleNotifier.h
|
| diff --git a/sky/engine/core/dom/DocumentLifecycleNotifier.h b/sky/engine/core/dom/DocumentLifecycleNotifier.h
|
| index 9f2731f55225775549ed70fcb50c9dc2a2e66b86..7b71baf6cc17a0b7ceffab8f3c261e23bba3ca6a 100644
|
| --- a/sky/engine/core/dom/DocumentLifecycleNotifier.h
|
| +++ b/sky/engine/core/dom/DocumentLifecycleNotifier.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DocumentLifecycleNotifier_h
|
| -#define DocumentLifecycleNotifier_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOCUMENTLIFECYCLENOTIFIER_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOCUMENTLIFECYCLENOTIFIER_H_
|
|
|
| #include "sky/engine/core/dom/DocumentLifecycleObserver.h"
|
| #include "sky/engine/wtf/PassOwnPtr.h"
|
| @@ -76,4 +76,4 @@ inline void DocumentLifecycleNotifier::notifyDocumentWasDisposed()
|
|
|
| } // namespace blink
|
|
|
| -#endif // DocumentLifecycleNotifier_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOCUMENTLIFECYCLENOTIFIER_H_
|
|
|