| Index: sky/engine/core/inspector/IdentifiersFactory.h
|
| diff --git a/sky/engine/core/inspector/IdentifiersFactory.h b/sky/engine/core/inspector/IdentifiersFactory.h
|
| index 50339e2a02fc92e1838b7116b0b1a6c88a84c2b1..e4914554a489bb833cced563dcaebae0b3280aba 100644
|
| --- a/sky/engine/core/inspector/IdentifiersFactory.h
|
| +++ b/sky/engine/core/inspector/IdentifiersFactory.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef IdentifiersFactory_h
|
| -#define IdentifiersFactory_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_IDENTIFIERSFACTORY_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_IDENTIFIERSFACTORY_H_
|
|
|
| #include "sky/engine/wtf/text/WTFString.h"
|
|
|
| @@ -44,4 +44,4 @@ private:
|
| } // namespace blink
|
|
|
|
|
| -#endif // IdentifiersFactory_h
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_IDENTIFIERSFACTORY_H_
|
|
|