| Index: sky/engine/public/web/WebContentDetectionResult.h
|
| diff --git a/sky/engine/public/web/WebContentDetectionResult.h b/sky/engine/public/web/WebContentDetectionResult.h
|
| index 28116a5ed02c2b315e194dac355e332ef8fe9a3f..f367be8e546fa17d5bb57961c08b7bd2243e0e0e 100644
|
| --- a/sky/engine/public/web/WebContentDetectionResult.h
|
| +++ b/sky/engine/public/web/WebContentDetectionResult.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebContentDetectionResult_h
|
| -#define WebContentDetectionResult_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBCONTENTDETECTIONRESULT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBCONTENTDETECTIONRESULT_H_
|
|
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebURL.h"
|
| @@ -61,4 +61,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBCONTENTDETECTIONRESULT_H_
|
|
|