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

Side by Side Diff: chrome/browser/ui/cocoa/chrome_to_mobile_bubble_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, 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 CHROME_BROWSER_UI_COCOA_CHROME_TO_MOBILE_BUBBLE_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_CHROME_TO_MOBILE_BUBBLE_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_COCOA_CHROME_TO_MOBILE_BUBBLE_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_COCOA_CHROME_TO_MOBILE_BUBBLE_CONTROLLER_H_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/file_path.h" 12 #include "base/file_path.h"
13 #import "base/mac/cocoa_protocols.h"
14 #include "base/memory/scoped_nsobject.h" 13 #include "base/memory/scoped_nsobject.h"
15 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
16 #include "chrome/browser/chrome_to_mobile_service.h" 15 #include "chrome/browser/chrome_to_mobile_service.h"
17 #import "chrome/browser/ui/cocoa/base_bubble_controller.h" 16 #import "chrome/browser/ui/cocoa/base_bubble_controller.h"
18 #include "content/public/browser/notification_observer.h" 17 #include "content/public/browser/notification_observer.h"
19 #include "content/public/browser/notification_registrar.h" 18 #include "content/public/browser/notification_registrar.h"
20 19
21 class Browser; 20 class Browser;
22 @class ChromeToMobileBubbleController; 21 @class ChromeToMobileBubbleController;
23 class ChromeToMobileService; 22 class ChromeToMobileService;
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 @interface ChromeToMobileBubbleController (JustForTesting) 121 @interface ChromeToMobileBubbleController (JustForTesting)
123 122
124 - (id)initWithParentWindow:(NSWindow*)parentWindow 123 - (id)initWithParentWindow:(NSWindow*)parentWindow
125 service:(ChromeToMobileService*)service; 124 service:(ChromeToMobileService*)service;
126 - (void)setSendCopy:(bool)sendCopy; 125 - (void)setSendCopy:(bool)sendCopy;
127 - (ChromeToMobileBubbleNotificationBridge*)bridge; 126 - (ChromeToMobileBubbleNotificationBridge*)bridge;
128 127
129 @end 128 @end
130 129
131 #endif // CHROME_BROWSER_UI_COCOA_CHROME_TO_MOBILE_BUBBLE_CONTROLLER_H_ 130 #endif // CHROME_BROWSER_UI_COCOA_CHROME_TO_MOBILE_BUBBLE_CONTROLLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698