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

Unified Diff: test/ios/framework/iOSFramework/iOSFramework.h

Issue 1887703004: Fix header map nextPowerOf2 method. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add second header (so it's a power of two) 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 side-by-side diff with in-line comments
Download patch
Index: test/ios/framework/iOSFramework/iOSFramework.h
diff --git a/test/ios/framework/iOSFramework/iOSFramework.h b/test/ios/framework/iOSFramework/iOSFramework.h
index 6181a97ac912b187cb868e3c8e19ed8faad947f8..e86b524d179f7f35e1278c9290424a2b6c04b244 100644
--- a/test/ios/framework/iOSFramework/iOSFramework.h
+++ b/test/ios/framework/iOSFramework/iOSFramework.h
@@ -5,3 +5,5 @@ FOUNDATION_EXPORT double iOSFrameworkVersionNumber;
//! Project version string for iOSFramework.
FOUNDATION_EXPORT const unsigned char iOSFrameworkVersionString[];
+
+#import <iOSFramework/Thing.h>

Powered by Google App Engine
This is Rietveld 408576698