| Index: ash/shelf/app_list_shelf_item_delegate.h
|
| diff --git a/ash/shelf/app_list_shelf_item_delegate.h b/ash/shelf/app_list_shelf_item_delegate.h
|
| index d8582291a6f47fdac3c3903a753193e31ad46355..264273073cf680cb78330427974e1230cb4dba4e 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.h
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/compiler_specific.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| // ShelfItemDelegate for TYPE_APP_LIST.
|
| class AppListShelfItemDelegate : public ShelfItemDelegate {
|
| @@ -32,7 +31,6 @@ class AppListShelfItemDelegate : public ShelfItemDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(AppListShelfItemDelegate);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SHELF_APP_LIST_SHELF_ITEM_DELEGATE_H_
|
|
|