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

Unified Diff: ios/crnet/crnet_consumer/crnet_consumer_app_delegate.mm

Issue 2323033002: Use CrNet.framework in crnet_test and crnet_consumer apps. (Closed)
Patch Set: Address nit. Created 4 years, 3 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
« no previous file with comments | « ios/crnet/crnet_consumer/BUILD.gn ('k') | ios/crnet/crnet_consumer/crnet_consumer_view_controller.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_consumer/crnet_consumer_app_delegate.mm
diff --git a/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.mm b/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.mm
index 54dc0ab7d1645d6cbd3820ba970298dda317b4aa..d11245220c449ff5b791a4b0ca59583793a4dcbb 100644
--- a/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.mm
+++ b/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.mm
@@ -4,7 +4,8 @@
#import "crnet_consumer_app_delegate.h"
-#import "ios/crnet/CrNet.h"
+#import <CrNet/CrNet.h>
+
#include "base/format_macros.h"
#import "crnet_consumer_view_controller.h"
« no previous file with comments | « ios/crnet/crnet_consumer/BUILD.gn ('k') | ios/crnet/crnet_consumer/crnet_consumer_view_controller.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698