| Index: ash/shelf/app_list_shelf_item_delegate.cc
|
| diff --git a/ash/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc
|
| index 18ff11d265344403269d1f4a5f533a59f849169a..426102705ca218b1b688d971dd365188c4cb1e83 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.cc
|
| @@ -11,7 +11,6 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| AppListShelfItemDelegate::AppListShelfItemDelegate() {
|
| ShelfItem app_list;
|
| @@ -61,5 +60,4 @@ bool AppListShelfItemDelegate::ShouldShowTooltip() {
|
| void AppListShelfItemDelegate::Close() {
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|