Index: third_party/WebKit/Source/core/animation/AnimationClock.cpp |
diff --git a/third_party/WebKit/Source/core/animation/AnimationClock.cpp b/third_party/WebKit/Source/core/animation/AnimationClock.cpp |
index 8d82ab8902ebe856ce439df8fc65a8eca227e04b..b8b068b9a3b98387d05a9d38c906b5144b53e078 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationClock.cpp |
+++ b/third_party/WebKit/Source/core/animation/AnimationClock.cpp |
@@ -39,7 +39,7 @@ namespace { |
// ticking the animation clock outside of animation frame callbacks. |
// Ideally this would be generated by the compositor. |
const double approximateFrameTime = 1 / 60.0; |
-} |
+} // namespace |
namespace blink { |