Index: content/browser/web_contents/web_contents_view_aura.h |
=================================================================== |
--- content/browser/web_contents/web_contents_view_aura.h (revision 233351) |
+++ content/browser/web_contents/web_contents_view_aura.h (working copy) |
@@ -50,9 +50,6 @@ |
private: |
class WindowObserver; |
-#if defined(OS_WIN) |
- class ChildWindowObserver; |
-#endif |
virtual ~WebContentsViewAura(); |
@@ -193,9 +190,6 @@ |
scoped_ptr<aura::Window> overscroll_window_; |
scoped_ptr<WindowObserver> window_observer_; |
-#if defined(OS_WIN) |
- scoped_ptr<ChildWindowObserver> child_window_observer_; |
-#endif |
// The WebContentsImpl whose contents we display. |
WebContentsImpl* web_contents_; |