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

Side by Side Diff: chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h

Issue 10831025: mac: Remove now-unneeded includes of cocoa_protocols.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CHROME_BROWSER_UI_COCOA_WRENCH_MENU_WRENCH_MENU_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_WRENCH_MENU_WRENCH_MENU_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_COCOA_WRENCH_MENU_WRENCH_MENU_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_COCOA_WRENCH_MENU_WRENCH_MENU_CONTROLLER_H_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 #import "base/mac/cocoa_protocols.h"
11 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
12 #import "chrome/browser/ui/cocoa/menu_controller.h" 11 #import "chrome/browser/ui/cocoa/menu_controller.h"
13 12
14 class BookmarkMenuBridge; 13 class BookmarkMenuBridge;
15 class Browser; 14 class Browser;
16 @class MenuTrackedRootView; 15 @class MenuTrackedRootView;
17 @class ToolbarController; 16 @class ToolbarController;
18 @class WrenchMenuButtonViewController; 17 @class WrenchMenuButtonViewController;
19 class WrenchMenuModel; 18 class WrenchMenuModel;
20 19
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 @property(assign, nonatomic) IBOutlet NSButton* zoomDisplay; 95 @property(assign, nonatomic) IBOutlet NSButton* zoomDisplay;
97 @property(assign, nonatomic) IBOutlet NSButton* zoomMinus; 96 @property(assign, nonatomic) IBOutlet NSButton* zoomMinus;
98 @property(assign, nonatomic) IBOutlet NSButton* zoomFullScreen; 97 @property(assign, nonatomic) IBOutlet NSButton* zoomFullScreen;
99 98
100 - (id)initWithController:(WrenchMenuController*)controller; 99 - (id)initWithController:(WrenchMenuController*)controller;
101 - (IBAction)dispatchWrenchMenuCommand:(id)sender; 100 - (IBAction)dispatchWrenchMenuCommand:(id)sender;
102 101
103 @end 102 @end
104 103
105 #endif // CHROME_BROWSER_UI_COCOA_WRENCH_MENU_WRENCH_MENU_CONTROLLER_H_ 104 #endif // CHROME_BROWSER_UI_COCOA_WRENCH_MENU_WRENCH_MENU_CONTROLLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698