| Index: ash/tooltips/tooltip_controller.h
|
| ===================================================================
|
| --- ash/tooltips/tooltip_controller.h (revision 115744)
|
| +++ ash/tooltips/tooltip_controller.h (working copy)
|
| @@ -22,7 +22,7 @@
|
| class Window;
|
| }
|
|
|
| -namespace aura_shell {
|
| +namespace ash {
|
|
|
| namespace test {
|
| class TooltipControllerTest;
|
| @@ -53,7 +53,7 @@
|
| virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
|
|
|
| private:
|
| - friend class aura_shell::test::TooltipControllerTest;
|
| + friend class ash::test::TooltipControllerTest;
|
|
|
| class Tooltip;
|
|
|
| @@ -75,6 +75,6 @@
|
| };
|
|
|
| } // namespace internal
|
| -} // namespace aura_shell
|
| +} // namespace ash
|
|
|
| #endif // ASH_TOOLTIPS_TOOLTIP_CONTROLLER_H_
|
|
|