| Index: sky/engine/core/inspector/ContentSearchUtils.h
|
| diff --git a/sky/engine/core/inspector/ContentSearchUtils.h b/sky/engine/core/inspector/ContentSearchUtils.h
|
| index 517262de4139215e2fb39b889f7493cff02e5f4a..2c41a2e9a48b7fc31ee241de9f082063477bb7bd 100644
|
| --- a/sky/engine/core/inspector/ContentSearchUtils.h
|
| +++ b/sky/engine/core/inspector/ContentSearchUtils.h
|
| @@ -26,8 +26,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ContentSearchUtils_h
|
| -#define ContentSearchUtils_h
|
| +#ifndef SKY_ENGINE_CORE_INSPECTOR_CONTENTSEARCHUTILS_H_
|
| +#define SKY_ENGINE_CORE_INSPECTOR_CONTENTSEARCHUTILS_H_
|
|
|
| #include "gen/sky/core/InspectorTypeBuilder.h"
|
| #include "sky/engine/wtf/PassOwnPtr.h"
|
| @@ -55,4 +55,4 @@ String findSourceMapURL(const String& content, MagicCommentType, bool* deprecate
|
| } // namespace blink
|
|
|
|
|
| -#endif // !defined(ContentSearchUtils_h)
|
| +#endif // SKY_ENGINE_CORE_INSPECTOR_CONTENTSEARCHUTILS_H_
|
|
|