| Index: ash/launcher/view_model.h
|
| ===================================================================
|
| --- ash/launcher/view_model.h (revision 115744)
|
| +++ ash/launcher/view_model.h (working copy)
|
| @@ -16,7 +16,7 @@
|
| class View;
|
| }
|
|
|
| -namespace aura_shell {
|
| +namespace ash {
|
|
|
| // ViewModel is used to track an 'interesting' set of a views. Often times
|
| // during animations views are removed after a delay, which makes for tricky
|
| @@ -77,6 +77,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(ViewModel);
|
| };
|
|
|
| -} // namespace aura_shell
|
| +} // namespace ash
|
|
|
| #endif // ASH_LAUNCHER_VIEW_MODEL_H_
|
|
|