Index: cc/tile_draw_quad.h |
diff --git a/cc/tile_draw_quad.h b/cc/tile_draw_quad.h |
index 2380c04eb44b68ded393a965b039ad6613091e29..c5a05ca1af019abf7834111dcb1dd7e691787753 100644 |
--- a/cc/tile_draw_quad.h |
+++ b/cc/tile_draw_quad.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 CCTileDrawQuad_h |
-#define CCTileDrawQuad_h |
+#ifndef CC_TILE_DRAW_QUAD_H_ |
+#define CC_TILE_DRAW_QUAD_H_ |
#include "base/memory/scoped_ptr.h" |
#include "cc/cc_export.h" |
@@ -52,4 +52,4 @@ private: |
} |
-#endif |
+#endif // CC_TILE_DRAW_QUAD_H_ |