Index: ui/views/controls/button/custom_button.cc |
diff --git a/ui/views/controls/button/custom_button.cc b/ui/views/controls/button/custom_button.cc |
index 4a15975d5b836c3816a20cf8688530db10390ce7..e0899e817dcf2a34acebe708b1cb842fc3de864d 100644 |
--- a/ui/views/controls/button/custom_button.cc |
+++ b/ui/views/controls/button/custom_button.cc |
@@ -13,8 +13,8 @@ |
namespace views { |
-// How long the hover animation takes if uninterrupted. |
-static const int kHoverFadeDurationMs = 150; |
+// static |
+const int CustomButton::kHoverFadeDurationMs = 150; |
// static |
const char CustomButton::kViewClassName[] = "CustomButton"; |