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

Unified Diff: ios/chrome/app/safe_mode/safe_mode_coordinator_unittest.mm

Issue 2709513004: [ObjC ARC] Converts ios/chrome/app/safe_mode:unit_tests to ARC. (Closed)
Patch Set: include Created 3 years, 10 months 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/app/safe_mode/BUILD.gn ('k') | ios/chrome/app/safe_mode/safe_mode_view_controller_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/safe_mode/safe_mode_coordinator_unittest.mm
diff --git a/ios/chrome/app/safe_mode/safe_mode_coordinator_unittest.mm b/ios/chrome/app/safe_mode/safe_mode_coordinator_unittest.mm
index 9e9060ccf492ba4a41c827b8d4b17f563eb78b39..1f431cf4966ee4290d0af588ba8e562dcc54d0d2 100644
--- a/ios/chrome/app/safe_mode/safe_mode_coordinator_unittest.mm
+++ b/ios/chrome/app/safe_mode/safe_mode_coordinator_unittest.mm
@@ -7,7 +7,7 @@
#import <UIKit/UIKit.h>
#include "base/mac/scoped_nsobject.h"
-#include "testing/gtest_mac.h"
+#include "testing/gtest/include/gtest/gtest.h"
TEST(SafeModeCoordinatorTest, RootVC) {
// Expect that starting a safe mode coordinator will populate the root view
« no previous file with comments | « ios/chrome/app/safe_mode/BUILD.gn ('k') | ios/chrome/app/safe_mode/safe_mode_view_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698