Chromium Code Reviews| Index: ash/launcher/launcher_model.cc |
| =================================================================== |
| --- ash/launcher/launcher_model.cc (revision 115744) |
| +++ ash/launcher/launcher_model.cc (working copy) |
| @@ -7,7 +7,7 @@ |
| #include "ui/aura/window.h" |
| #include "ash/launcher/launcher_model_observer.h" |
| -namespace aura_shell { |
| +namespace ash { |
| LauncherModel::LauncherModel() { |
| } |
| @@ -84,4 +84,4 @@ |
| observers_.RemoveObserver(observer); |
| } |
| -} // namespace aura_shell |
| +} // namespace ash |