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

Side by Side Diff: test/ios/framework/iOSFramework/Thing.h

Issue 1887703004: Fix header map nextPowerOf2 method. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add comment Created 4 years, 8 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
« no previous file with comments | « test/ios/framework/framework.gyp ('k') | test/ios/framework/iOSFramework/Thing.m » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #import <Foundation/Foundation.h>
2 #import <UIKit/UIKit.h>
3
4 @interface Thing : NSObject
5
6 + (instancetype)thing;
7
8 - (void)sayHello;
9
10 @end
OLDNEW
« no previous file with comments | « test/ios/framework/framework.gyp ('k') | test/ios/framework/iOSFramework/Thing.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698