| Index: ash/launcher/view_model_utils.cc
|
| ===================================================================
|
| --- ash/launcher/view_model_utils.cc (revision 115744)
|
| +++ ash/launcher/view_model_utils.cc (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include "ash/launcher/view_model.h"
|
| #include "ui/views/view.h"
|
|
|
| -namespace aura_shell {
|
| +namespace ash {
|
|
|
| // static
|
| void ViewModelUtils::SetViewBoundsToIdealBounds(const ViewModel& model) {
|
| @@ -45,4 +45,4 @@
|
| return model.view_size() - 1;
|
| }
|
|
|
| -} // namespace aura_shell
|
| +} // namespace ash
|
|
|