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

Unified Diff: ios/web/navigation/nscoder_util_unittest.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import Created 4 years 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/web/navigation/nscoder_util.mm ('k') | ios/web/net/clients/crw_js_injection_network_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/nscoder_util_unittest.mm
diff --git a/ios/web/navigation/nscoder_util_unittest.mm b/ios/web/navigation/nscoder_util_unittest.mm
index 25b84e5732969562e9cf82670b400cb333750663..2d63b348cb81e3afcbe150b025c88696ccf6a142 100644
--- a/ios/web/navigation/nscoder_util_unittest.mm
+++ b/ios/web/navigation/nscoder_util_unittest.mm
@@ -5,9 +5,9 @@
#import <Foundation/Foundation.h>
#include <stddef.h>
-#include "base/mac/scoped_nsobject.h"
+#import "base/mac/scoped_nsobject.h"
#include "base/macros.h"
-#include "ios/web/navigation/nscoder_util.h"
+#import "ios/web/navigation/nscoder_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"
« no previous file with comments | « ios/web/navigation/nscoder_util.mm ('k') | ios/web/net/clients/crw_js_injection_network_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698