Chromium Code Reviews| Index: ash/wm/shadow_types.cc |
| =================================================================== |
| --- ash/wm/shadow_types.cc (revision 115744) |
| +++ ash/wm/shadow_types.cc (working copy) |
| @@ -7,7 +7,7 @@ |
| #include "ash/wm/window_properties.h" |
| #include "ui/aura/window.h" |
| -namespace aura_shell { |
| +namespace ash { |
| namespace internal { |
| void SetShadowType(aura::Window* window, ShadowType shadow_type) { |
| @@ -19,4 +19,4 @@ |
| } |
| } // namespace internal |
| -} // namespace aura_shell |
| +} // namespace ash |