Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index cb3e720684df317b624ba12e7035917c71625497..630becbae7bd5beaebfc6b584deedf5549967aa6 100644 |
--- a/ui/aura/window.h |
+++ b/ui/aura/window.h |
@@ -41,12 +41,6 @@ class Layer; |
class Texture; |
} |
-// TODO(sky): nuke. Temporary while moving transients out of Window. |
-namespace views { |
-namespace corewm { |
-class TransientWindowManager; |
-} |
-} |
namespace aura { |
class LayoutManager; |
@@ -369,8 +363,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
private: |
friend class test::WindowTestApi; |
- // TODO(sky): temporary until TransientWindowManager gets its own observer. |
- friend class views::corewm::TransientWindowManager; |
friend class LayoutManager; |
friend class RootWindow; |
friend class WindowTargeter; |