| Index: content/browser/session_history_browsertest.cc
|
| diff --git a/content/browser/session_history_browsertest.cc b/content/browser/session_history_browsertest.cc
|
| index 04d00da8512777b569fa04bff3113b20a1a9c672..c1f0565ac27522708480a489fae898f98f9342c3 100644
|
| --- a/content/browser/session_history_browsertest.cc
|
| +++ b/content/browser/session_history_browsertest.cc
|
| @@ -85,7 +85,7 @@ class SessionHistoryTest : public ContentBrowserTest {
|
| }
|
|
|
| std::string GetTabTitle() {
|
| - return UTF16ToASCII(shell()->web_contents()->GetTitle());
|
| + return base::UTF16ToASCII(shell()->web_contents()->GetTitle());
|
| }
|
|
|
| GURL GetTabURL() {
|
|
|