| Index: sky/engine/public/web/WebFrame.h
|
| diff --git a/sky/engine/public/web/WebFrame.h b/sky/engine/public/web/WebFrame.h
|
| index 3a61ae73ab743d84683c2b875871531cd0c1a028..ca9ba0dca689f39c78e5edacd4cba70d17cbce72 100644
|
| --- a/sky/engine/public/web/WebFrame.h
|
| +++ b/sky/engine/public/web/WebFrame.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebFrame_h
|
| -#define WebFrame_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBFRAME_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBFRAME_H_
|
|
|
| #include "mojo/public/cpp/system/data_pipe.h"
|
| #include "sky/engine/public/platform/WebCanvas.h"
|
| @@ -321,4 +321,4 @@ Frame* toCoreFrame(const WebFrame*);
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBFRAME_H_
|
|
|