| Index: ash/shelf/app_list_button.cc
|
| diff --git a/ash/shelf/app_list_button.cc b/ash/shelf/app_list_button.cc
|
| index 56fc0e3d6414b7f3c9ffe06c755dd1dca1359fba..341fda512dd31275eca324e54ba9439300edb89e 100644
|
| --- a/ash/shelf/app_list_button.cc
|
| +++ b/ash/shelf/app_list_button.cc
|
| @@ -21,7 +21,6 @@
|
| #include "ui/views/painter.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| const int kAnimationDurationInMs = 600;
|
| const float kAnimationOpacity[] = { 1.0f, 0.4f, 1.0f };
|
| @@ -128,5 +127,4 @@ void AppListButton::GetAccessibleState(ui::AXViewState* state) {
|
| state->name = host_->GetAccessibleName(this);
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|