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

Unified Diff: ios/crnet/test/crnet_http_tests.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/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/test/crnet_http_tests.mm
diff --git a/ios/crnet/test/crnet_http_tests.mm b/ios/crnet/test/crnet_http_tests.mm
index a8dedb2e863d4e32233cd3b514e0ad3eaa30bd0a..7ab9b39dcda06b764eeeef5104e9d8c6a1d498bd 100644
--- a/ios/crnet/test/crnet_http_tests.mm
+++ b/ios/crnet/test/crnet_http_tests.mm
@@ -5,7 +5,7 @@
#import <Foundation/Foundation.h>
#include <stdint.h>
-#import "ios/crnet/CrNet.h"
+#import <CrNet/CrNet.h>
#include "base/logging.h"
#include "base/mac/scoped_nsobject.h"
« no previous file with comments | « ios/crnet/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698