Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: content/browser/accessibility/browser_accessibility_mac.h

Issue 17627005: mac: Remove unused includes of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: builds Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_MAC_H_ 5 #ifndef CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_MAC_H_
6 #define CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_MAC_H_ 6 #define CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_MAC_H_
7 7
8 #include <map> 8 #include <map>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/mac/scoped_nsobject.h"
13 #include "content/browser/accessibility/browser_accessibility.h" 12 #include "content/browser/accessibility/browser_accessibility.h"
14 13
15 @class BrowserAccessibilityCocoa; 14 @class BrowserAccessibilityCocoa;
16 15
17 namespace content { 16 namespace content {
18 17
19 class BrowserAccessibilityMac : public BrowserAccessibility { 18 class BrowserAccessibilityMac : public BrowserAccessibility {
20 public: 19 public:
21 // Implementation of BrowserAccessibility. 20 // Implementation of BrowserAccessibility.
22 virtual void PreInitialize() OVERRIDE; 21 virtual void PreInitialize() OVERRIDE;
(...skipping 20 matching lines...) Expand all
43 // BrowserAccessibility. 42 // BrowserAccessibility.
44 // We own this object until our manager calls ReleaseReference; 43 // We own this object until our manager calls ReleaseReference;
45 // thereafter, the cocoa object owns us. 44 // thereafter, the cocoa object owns us.
46 BrowserAccessibilityCocoa* browser_accessibility_cocoa_; 45 BrowserAccessibilityCocoa* browser_accessibility_cocoa_;
47 DISALLOW_COPY_AND_ASSIGN(BrowserAccessibilityMac); 46 DISALLOW_COPY_AND_ASSIGN(BrowserAccessibilityMac);
48 }; 47 };
49 48
50 } // namespace content 49 } // namespace content
51 50
52 #endif // CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_MAC_H_ 51 #endif // CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_MAC_H_
OLDNEW
« no previous file with comments | « chrome/common/mac/objc_method_swizzle.mm ('k') | content/browser/renderer_host/text_input_client_message_filter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698