diff options
Diffstat (limited to 'ash/launcher/view_model_utils.cc')
-rw-r--r-- | ash/launcher/view_model_utils.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/launcher/view_model_utils.cc b/ash/launcher/view_model_utils.cc index e17370e..dca6d51 100644 --- a/ash/launcher/view_model_utils.cc +++ b/ash/launcher/view_model_utils.cc @@ -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 @@ int ViewModelUtils::DetermineMoveIndex(const ViewModel& model, return model.view_size() - 1; } -} // namespace aura_shell +} // namespace ash |