| Index: sky/engine/core/testing/NullExecutionContext.h
|
| diff --git a/sky/engine/core/testing/NullExecutionContext.h b/sky/engine/core/testing/NullExecutionContext.h
|
| index 5bb998fad3b934368b07ed2813aecbdced26819c..30b6e3bd284319fb85553cb8a98a6d1bfe6c01c1 100644
|
| --- a/sky/engine/core/testing/NullExecutionContext.h
|
| +++ b/sky/engine/core/testing/NullExecutionContext.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NullExecutionContext_h
|
| -#define NullExecutionContext_h
|
| +#ifndef SKY_ENGINE_CORE_TESTING_NULLEXECUTIONCONTEXT_H_
|
| +#define SKY_ENGINE_CORE_TESTING_NULLEXECUTIONCONTEXT_H_
|
|
|
| #include "sky/engine/core/dom/ExecutionContext.h"
|
| #include "sky/engine/core/events/EventQueue.h"
|
| @@ -41,4 +41,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // NullExecutionContext_h
|
| +#endif // SKY_ENGINE_CORE_TESTING_NULLEXECUTIONCONTEXT_H_
|
|
|