| Index: chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc
 | 
| diff --git a/chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc b/chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc
 | 
| index f7dbd7662ee982db03623ff39930a8155ffd2612..3eef4a60fdee61341b258dfa7e61708c82505e3c 100644
 | 
| --- a/chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc
 | 
| +++ b/chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc
 | 
| @@ -73,7 +73,9 @@ class BackFwdMenuModelTest : public RenderViewHostTestHarness {
 | 
|  
 | 
|    void LoadURLAndUpdateState(const char* url, const char* title) {
 | 
|      NavigateAndCommit(GURL(url));
 | 
| -    controller().GetLastCommittedEntry()->set_title(UTF8ToUTF16(title));
 | 
| +    controller().GetLastCommittedEntry()->set_title(
 | 
| +        base::i18n::String16WithDirection(UTF8ToUTF16(title),
 | 
| +                                          base::i18n::LEFT_TO_RIGHT));
 | 
|    }
 | 
|  
 | 
|    // Navigate back or forward the given amount and commits the entry (which
 | 
| 
 |