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

Unified Diff: ios/web/public/test/test_native_content.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
Index: ios/web/public/test/test_native_content.mm
diff --git a/ios/web/public/test/test_native_content.mm b/ios/web/public/test/test_native_content.mm
index 3b1c5ea4c10791cfc2d16261b83b179fbe74043a..398bae55a1757cf4b62acd87e6ff4fe7814e4b53 100644
--- a/ios/web/public/test/test_native_content.mm
+++ b/ios/web/public/test/test_native_content.mm
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/public/test/test_native_content.h"
+#import "ios/web/public/test/test_native_content.h"
-#include "base/mac/scoped_nsobject.h"
+#import "base/mac/scoped_nsobject.h"
@implementation TestNativeContent {
GURL _URL;
« no previous file with comments | « ios/web/public/test/scoped_testing_web_client.mm ('k') | ios/web/public/test/test_native_content_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698