Index: chrome/browser/ui/views/about_chrome_view.h |
=================================================================== |
--- chrome/browser/ui/views/about_chrome_view.h (revision 74020) |
+++ chrome/browser/ui/views/about_chrome_view.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -25,7 +25,6 @@ |
class Window; |
} |
-class AccessibleViewHelper; |
class Profile; |
//////////////////////////////////////////////////////////////////////////////// |
@@ -165,8 +164,6 @@ |
CancelableRequestConsumer consumer_; |
#endif |
- scoped_ptr<AccessibleViewHelper> accessible_view_helper_; |
- |
DISALLOW_COPY_AND_ASSIGN(AboutChromeView); |
}; |