| Index: ash/shelf/shelf_window_watcher.h
|
| diff --git a/ash/shelf/shelf_window_watcher.h b/ash/shelf/shelf_window_watcher.h
|
| index ba42756eda4fcbd5d35b0beee0e7ad1d09a783a9..cb99bc760da87c77635ddbac31b66894e82d139d 100644
|
| --- a/ash/shelf/shelf_window_watcher.h
|
| +++ b/ash/shelf/shelf_window_watcher.h
|
| @@ -29,7 +29,6 @@ namespace ash {
|
| class ShelfModel;
|
| class ShelfItemDelegateManager;
|
|
|
| -namespace internal {
|
| // ShelfWindowWatcher creates and handles a ShelfItem for windows that have
|
| // a ShelfItemDetails property in the default container.
|
| class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
|
| @@ -144,7 +143,6 @@ class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
|
| DISALLOW_COPY_AND_ASSIGN(ShelfWindowWatcher);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SHELF_SHELF_WINDOW_WATCHER_H_
|
|
|