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

Unified Diff: ios/chrome/test/base/scoped_block_swizzler_unittest.mm

Issue 2608733002: Fix include/import in ios/testing and ios/chrome/test (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
« no previous file with comments | « ios/chrome/test/base/scoped_block_swizzler.mm ('k') | ios/chrome/test/block_cleanup_test.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/base/scoped_block_swizzler_unittest.mm
diff --git a/ios/chrome/test/base/scoped_block_swizzler_unittest.mm b/ios/chrome/test/base/scoped_block_swizzler_unittest.mm
index 2e390a4d1b82cd3ee750cec1a86ad3c64b82e892..9cbd66915cc1fd0b6359b5d3872fc12f6c38bbce 100644
--- a/ios/chrome/test/base/scoped_block_swizzler_unittest.mm
+++ b/ios/chrome/test/base/scoped_block_swizzler_unittest.mm
@@ -4,9 +4,9 @@
#include "base/mac/foundation_util.h"
#import "base/mac/scoped_nsobject.h"
-#import "ios/chrome/test/base/scoped_block_swizzler.h"
+#include "ios/chrome/test/base/scoped_block_swizzler.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "testing/gtest_mac.h"
+#import "testing/gtest_mac.h"
#include "testing/platform_test.h"
// Class containing two methods that will be swizzled by the unittests.
« no previous file with comments | « ios/chrome/test/base/scoped_block_swizzler.mm ('k') | ios/chrome/test/block_cleanup_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698