Index: cc/nine_patch_layer_impl.h |
diff --git a/cc/nine_patch_layer_impl.h b/cc/nine_patch_layer_impl.h |
index 476f5bb63d24f7266fd7111b5126587cc8bbc80e..e42d48109792a6061c4a33e3c2cd56c4ea53e27d 100644 |
--- a/cc/nine_patch_layer_impl.h |
+++ b/cc/nine_patch_layer_impl.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 NinePatchLayerImpl_h |
-#define NinePatchLayerImpl_h |
+#ifndef CC_NINE_PATCH_LAYER_IMPL_H_ |
+#define CC_NINE_PATCH_LAYER_IMPL_H_ |
#include "cc/cc_export.h" |
#include "cc/layer_impl.h" |
@@ -46,6 +46,6 @@ private: |
ResourceProvider::ResourceId m_resourceId; |
}; |
-} |
+} // namespace cc |
-#endif |
+#endif // CC_NINE_PATCH_LAYER_IMPL_H_ |