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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_utils_unittest.mm

Issue 2608253003: [ios] Moves tab_switcher code out of the ios_internal namespace. (Closed)
Patch Set: Review. Created 3 years, 11 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/browser/ui/tab_switcher/tab_switcher_utils.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_utils_unittest.mm
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_utils_unittest.mm b/ios/chrome/browser/ui/tab_switcher/tab_switcher_utils_unittest.mm
index 37d45374f1125b92ed59f3df80829e0a8bb623e2..1ccdee36cf395fc73f40a94568838545d6b51859 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_utils_unittest.mm
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_utils_unittest.mm
@@ -18,8 +18,8 @@ class TabSwitcherUtilsTest : public PlatformTest {
std::vector<size_t> substitutions;
std::vector<size_t> deletions;
std::vector<size_t> insertions;
- ios_internal::MinimalReplacementOperations(initial, final, &substitutions,
- &deletions, &insertions);
+ TabSwitcherMinimalReplacementOperations(initial, final, &substitutions,
+ &deletions, &insertions);
EXPECT_EQ(substitutions, expectedSubstitutions);
EXPECT_EQ(deletions, expectedDeletions);
EXPECT_EQ(insertions, expectedInsertions);
« no previous file with comments | « ios/chrome/browser/ui/tab_switcher/tab_switcher_utils.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698