| 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;
|
|
|