| Index: ash/shelf/shelf_window_watcher_item_delegate.cc
|
| diff --git a/ash/shelf/shelf_window_watcher_item_delegate.cc b/ash/shelf/shelf_window_watcher_item_delegate.cc
|
| index e1ce8ec26620c9edf7c440345f2dd0fa15737966..005d2d48169ec49354d5dd9ecfec0e9427a5eeb7 100644
|
| --- a/ash/shelf/shelf_window_watcher_item_delegate.cc
|
| +++ b/ash/shelf/shelf_window_watcher_item_delegate.cc
|
| @@ -14,7 +14,6 @@
|
| #include "ui/wm/core/window_animations.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| ShelfWindowWatcherItemDelegate::ShelfWindowWatcherItemDelegate(
|
| aura::Window* window, ShelfModel* model)
|
| @@ -69,5 +68,4 @@ bool ShelfWindowWatcherItemDelegate::ShouldShowTooltip() {
|
| return true;
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|