Index: components/bookmarks/browser/bookmark_model_unittest.cc |
diff --git a/components/bookmarks/browser/bookmark_model_unittest.cc b/components/bookmarks/browser/bookmark_model_unittest.cc |
index eefdd47b63f067e09c2a38b109f503d9a1f72af2..bdf0a97bc683cf2c4319f64065e16e7df2c20460 100644 |
--- a/components/bookmarks/browser/bookmark_model_unittest.cc |
+++ b/components/bookmarks/browser/bookmark_model_unittest.cc |
@@ -986,7 +986,6 @@ |
} |
} |
-#if !defined(OS_ANDROID) && !defined(OS_IOS) // http://crbug.com/450464 |
TEST_F(BookmarkModelTest, Sort) { |
// Populate the bookmark bar node with nodes for 'B', 'a', 'd' and 'C'. |
// 'C' and 'a' are folders. |
@@ -1017,7 +1016,6 @@ |
EXPECT_EQ(parent->GetChild(2)->GetTitle(), ASCIIToUTF16("B")); |
EXPECT_EQ(parent->GetChild(3)->GetTitle(), ASCIIToUTF16("d")); |
} |
-#endif |
TEST_F(BookmarkModelTest, Reorder) { |
// Populate the bookmark bar node with nodes 'A', 'B', 'C' and 'D'. |