Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: sky/engine/public/platform/WebTransformKeyframe.h

Issue 736373003: Fix sky include guards to match Chromium style (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reran script after fixing missing break Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/public/platform/WebTransformKeyframe.h
diff --git a/sky/engine/public/platform/WebTransformKeyframe.h b/sky/engine/public/platform/WebTransformKeyframe.h
index 0e8c6e97bbe8a2c8236676a3e311d357c92a77c0..0341ec331e3811bc4d9014f7e665dc8c87dea510 100644
--- a/sky/engine/public/platform/WebTransformKeyframe.h
+++ b/sky/engine/public/platform/WebTransformKeyframe.h
@@ -22,8 +22,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebTransformKeyframe_h
-#define WebTransformKeyframe_h
+#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBTRANSFORMKEYFRAME_H_
+#define SKY_ENGINE_PUBLIC_PLATFORM_WEBTRANSFORMKEYFRAME_H_
#include "sky/engine/public/platform/WebNonCopyable.h"
#include "sky/engine/public/platform/WebPrivateOwnPtr.h"
@@ -53,4 +53,4 @@ private:
} // namespace blink
-#endif // WebTransformKeyframe_h
+#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBTRANSFORMKEYFRAME_H_
« no previous file with comments | « sky/engine/public/platform/WebTransformAnimationCurve.h ('k') | sky/engine/public/platform/WebTransformOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698