| Index: ash/shelf/app_list_button.cc
 | 
| diff --git a/ash/shelf/app_list_button.cc b/ash/shelf/app_list_button.cc
 | 
| index ca47d0685a024f192d68407fd93c7740203481ec..80a9b8d19457bb6b6ba1936a75eaeadc0c7a9519 100644
 | 
| --- a/ash/shelf/app_list_button.cc
 | 
| +++ b/ash/shelf/app_list_button.cc
 | 
| @@ -21,12 +21,8 @@
 | 
|  namespace ash {
 | 
|  namespace internal {
 | 
|  
 | 
| -namespace {
 | 
| -
 | 
|  const int kAnimationDurationInMs = 600;
 | 
|  const float kAnimationOpacity[] = { 1.0f, 0.4f, 1.0f };
 | 
| -const int kBorderSize = 9;
 | 
| -}  // namespace
 | 
|  
 | 
|  AppListButton::AppListButton(views::ButtonListener* listener,
 | 
|                               LauncherButtonHost* host)
 | 
| 
 |