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

Unified Diff: ios/web/webui/crw_web_ui_page_builder_unittest.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: 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/webui/crw_web_ui_page_builder_unittest.mm
diff --git a/ios/web/webui/crw_web_ui_page_builder_unittest.mm b/ios/web/webui/crw_web_ui_page_builder_unittest.mm
index 7d7968a6968e775c789c9b4174c9be25d017b548..67c29326fea11872c9eeebacfe69573a3e62f3f5 100644
--- a/ios/web/webui/crw_web_ui_page_builder_unittest.mm
+++ b/ios/web/webui/crw_web_ui_page_builder_unittest.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/webui/crw_web_ui_page_builder.h"
+#import "ios/web/webui/crw_web_ui_page_builder.h"
#import <Foundation/Foundation.h>
@@ -10,7 +10,7 @@
#import "base/mac/scoped_nsobject.h"
#include "base/strings/sys_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "testing/gtest_mac.h"
+#import "testing/gtest_mac.h"
#include "testing/platform_test.h"
#include "url/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698