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

Side by Side Diff: chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h

Issue 2637403002: Fix header guards in //chrome (Closed)
Patch Set: Created 3 years, 11 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_ SWIPER_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_ SWIPER_H_
6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_ SWIPER_ 6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_ SWIPER_H_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 namespace blink { 10 namespace blink {
11 class WebGestureEvent; 11 class WebGestureEvent;
12 class WebMouseWheelEvent; 12 class WebMouseWheelEvent;
13 } 13 }
14 14
15 @class HistorySwiper; 15 @class HistorySwiper;
16 @protocol HistorySwiperDelegate 16 @protocol HistorySwiperDelegate
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 203
204 @property (nonatomic, assign) id<HistorySwiperDelegate> delegate; 204 @property (nonatomic, assign) id<HistorySwiperDelegate> delegate;
205 205
206 @end 206 @end
207 207
208 // Exposed only for unit testing, do not call directly. 208 // Exposed only for unit testing, do not call directly.
209 @interface HistorySwiper (PrivateExposedForTesting) 209 @interface HistorySwiper (PrivateExposedForTesting)
210 + (void)resetMagicMouseState; 210 + (void)resetMagicMouseState;
211 @end 211 @end
212 212
213 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTOR Y_SWIPER_ 213 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTOR Y_SWIPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_manager_util_win.h ('k') | chrome/browser/renderer_host/pepper/monitor_finder_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698