Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm |
index 0f76df2569b0935a3b8d6339c17e371482149f53..642eb6f29f56600eb5eef3c7f35c6c456f34b971 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm |
@@ -8,6 +8,7 @@ |
#import "chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h" |
#include "chrome/browser/ui/cocoa/cocoa_profile_test.h" |
#import "chrome/browser/ui/cocoa/cocoa_test_helper.h" |
+#include "chrome/browser/ui/cocoa/l10n_util.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/bookmarks/browser/bookmark_model.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -155,7 +156,7 @@ TEST_F(BookmarkButtonCellTest, Awake) { |
base::scoped_nsobject<BookmarkButtonCell> cell( |
[[BookmarkButtonCell alloc] init]); |
[cell awakeFromNib]; |
- EXPECT_EQ(NSLeftTextAlignment, [cell alignment]); |
+ EXPECT_EQ(NSNaturalTextAlignment, [cell alignment]); |
} |
// Subfolder arrow details. |