Index: content/browser/session_history_browsertest.cc |
diff --git a/content/browser/session_history_browsertest.cc b/content/browser/session_history_browsertest.cc |
index 7d006b606f61126017921355d26037a2c3b9774c..bec8293a6b83020f08a01db953eaa1f61802aa56 100644 |
--- a/content/browser/session_history_browsertest.cc |
+++ b/content/browser/session_history_browsertest.cc |
@@ -99,7 +99,7 @@ class SessionHistoryTest : public ContentBrowserTest { |
void NavigateAndCheckTitle(const char* filename, |
const std::string& expected_title) { |
- string16 expected_title16(ASCIIToUTF16(expected_title)); |
+ base::string16 expected_title16(ASCIIToUTF16(expected_title)); |
TitleWatcher title_watcher(shell()->web_contents(), expected_title16); |
NavigateToURL(shell(), GetURL(filename)); |
ASSERT_EQ(expected_title16, title_watcher.WaitAndGetTitle()); |