Index: cc/base/math_util.h |
diff --git a/cc/base/math_util.h b/cc/base/math_util.h |
index dc9110ffefd5baa862c2afde9dda0b60f55ff3ec..1736444a9089a178c0c565a11ff58392b410335a 100644 |
--- a/cc/base/math_util.h |
+++ b/cc/base/math_util.h |
@@ -152,7 +152,6 @@ class CC_EXPORT MathUtil { |
// If the value is inf, returns max double/float representation. |
static scoped_ptr<base::Value> AsValueSafely(double value); |
static scoped_ptr<base::Value> AsValueSafely(float value); |
- |
}; |
} // namespace cc |