Index: cc/input/page_scale_animation.cc |
diff --git a/cc/input/page_scale_animation.cc b/cc/input/page_scale_animation.cc |
index f4f406133f1e8dda8d89ea382660856fa7f7fd86..d4b139b5853340c68c174019b7b29d3507f8bdfc 100644 |
--- a/cc/input/page_scale_animation.cc |
+++ b/cc/input/page_scale_animation.cc |
@@ -35,7 +35,7 @@ gfx::Vector2dF InterpolateBetween(gfx::Vector2dF start, |
return start + gfx::ScaleVector2d(end - start, interp); |
} |
-} |
+} // namespace |
namespace cc { |