| Index: chrome/test/base/browser_with_test_window_test.h
|
| diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
|
| index dfe88ebf0a0d52384079171fb06ab69fb4667a00..0aa3d26b103279d6894f9b6dd87507b15e01a96b 100644
|
| --- a/chrome/test/base/browser_with_test_window_test.h
|
| +++ b/chrome/test/base/browser_with_test_window_test.h
|
| @@ -122,10 +122,9 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| void NavigateAndCommitActiveTab(const GURL& url);
|
|
|
| // Set the |title| of the current tab.
|
| - void NavigateAndCommitActiveTabWithTitle(
|
| - Browser* browser,
|
| - const GURL& url,
|
| - const string16& title);
|
| + void NavigateAndCommitActiveTabWithTitle(Browser* browser,
|
| + const GURL& url,
|
| + const base::string16& title);
|
|
|
| // Destroys the browser, window, and profile created by this class. This is
|
| // invoked from the destructor.
|
|
|