| Index: chrome/browser/chrome_plugin_browsertest.cc
|
| diff --git a/chrome/browser/chrome_plugin_browsertest.cc b/chrome/browser/chrome_plugin_browsertest.cc
|
| index e9f3be60470dc7d3992937a9cfb3d476a754248d..4cddad3fc93f09b3dd392443c592641d5d852fbd 100644
|
| --- a/chrome/browser/chrome_plugin_browsertest.cc
|
| +++ b/chrome/browser/chrome_plugin_browsertest.cc
|
| @@ -85,7 +85,7 @@ class ChromePluginTest : public InProcessBrowserTest {
|
| static void LoadAndWait(Browser* window, const GURL& url, bool pass) {
|
| content::WebContents* web_contents =
|
| window->tab_strip_model()->GetActiveWebContents();
|
| - string16 expected_title(ASCIIToUTF16(pass ? "OK" : "plugin_not_found"));
|
| + base::string16 expected_title(ASCIIToUTF16(pass ? "OK" : "plugin_not_found"));
|
| content::TitleWatcher title_watcher(web_contents, expected_title);
|
| title_watcher.AlsoWaitForTitle(ASCIIToUTF16("FAIL"));
|
| title_watcher.AlsoWaitForTitle(ASCIIToUTF16(
|
|
|