| Index: sky/engine/core/frame/FrameOwner.h
|
| diff --git a/sky/engine/core/frame/FrameOwner.h b/sky/engine/core/frame/FrameOwner.h
|
| index 6a2c19aaff29920e8d80b2b6afd0cbe0ee034dcf..d29d473b26b3f5b3e370abe1caa42d8d960047d3 100644
|
| --- a/sky/engine/core/frame/FrameOwner.h
|
| +++ b/sky/engine/core/frame/FrameOwner.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 FrameOwner_h
|
| -#define FrameOwner_h
|
| +#ifndef SKY_ENGINE_CORE_FRAME_FRAMEOWNER_H_
|
| +#define SKY_ENGINE_CORE_FRAME_FRAMEOWNER_H_
|
|
|
| namespace blink {
|
|
|
| @@ -18,4 +18,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FrameOwner_h
|
| +#endif // SKY_ENGINE_CORE_FRAME_FRAMEOWNER_H_
|
|
|