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

Unified Diff: sky/engine/platform/graphics/gpu/Extensions3DUtil.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/platform/graphics/gpu/Extensions3DUtil.h
diff --git a/sky/engine/platform/graphics/gpu/Extensions3DUtil.h b/sky/engine/platform/graphics/gpu/Extensions3DUtil.h
index 894c4e569176ab99e2b5ef6b4a93411cf56bd483..e8c95a0fee0a19406468eded10689cc528dd1ffd 100644
--- a/sky/engine/platform/graphics/gpu/Extensions3DUtil.h
+++ b/sky/engine/platform/graphics/gpu/Extensions3DUtil.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 Extensions3DUtil_h
-#define Extensions3DUtil_h
+#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GPU_EXTENSIONS3DUTIL_H_
+#define SKY_ENGINE_PLATFORM_GRAPHICS_GPU_EXTENSIONS3DUTIL_H_
#include "sky/engine/platform/PlatformExport.h"
#include "sky/engine/platform/graphics/GraphicsTypes3D.h"
@@ -39,4 +39,4 @@ private:
} // namespace blink
-#endif // Extensions3DUtil_h
+#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GPU_EXTENSIONS3DUTIL_H_
« no previous file with comments | « sky/engine/platform/graphics/gpu/DrawingBuffer.h ('k') | sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698