Index: cc/nine_patch_layer.h |
diff --git a/cc/nine_patch_layer.h b/cc/nine_patch_layer.h |
index 6e20b1fdc99a03c19d73559ace57390de1abcca3..ee38ac485b8d088012c632adf398d252032413ae 100644 |
--- a/cc/nine_patch_layer.h |
+++ b/cc/nine_patch_layer.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 NinePatchLayer_h |
-#define NinePatchLayer_h |
+#ifndef CC_NINE_PATCH_LAYER_H_ |
+#define CC_NINE_PATCH_LAYER_H_ |
#include "base/memory/scoped_ptr.h" |
#include "cc/cc_export.h" |
@@ -50,6 +50,6 @@ private: |
gfx::Rect m_imageAperture; |
}; |
-} |
+} // namespace cc |
-#endif |
+#endif // CC_NINE_PATCH_LAYER_H_ |