Index: third_party/WebKit/public/platform/WebCompositorSupport.h |
diff --git a/third_party/WebKit/public/platform/WebCompositorSupport.h b/third_party/WebKit/public/platform/WebCompositorSupport.h |
index 416738aa24d280716d6b7ec5995153cf91bb8cd5..7b9aac133a728f4ac63e0644fde44c8118c00e2c 100644 |
--- a/third_party/WebKit/public/platform/WebCompositorSupport.h |
+++ b/third_party/WebKit/public/platform/WebCompositorSupport.h |
@@ -37,7 +37,7 @@ |
namespace cc { |
class Layer; |
class TextureLayerClient; |
-} |
+} // namespace cc |
namespace blink { |
@@ -84,6 +84,6 @@ class WebCompositorSupport { |
protected: |
virtual ~WebCompositorSupport() {} |
}; |
-} |
+} // namespace blink |
#endif // WebCompositorSupport_h |