| Index: content/test/test_web_contents_view.cc
|
| diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
|
| index 9bed145c80bbf456779d85c5cb55b37766d53692..793a77c035d1c3333d8f17aece03aea0a08be8f1 100644
|
| --- a/content/test/test_web_contents_view.cc
|
| +++ b/content/test/test_web_contents_view.cc
|
| @@ -103,7 +103,7 @@ RenderWidgetHostView* TestWebContentsView::CreateViewForPopupWidget(
|
| return NULL;
|
| }
|
|
|
| -void TestWebContentsView::SetPageTitle(const string16& title) {
|
| +void TestWebContentsView::SetPageTitle(const base::string16& title) {
|
| }
|
|
|
| void TestWebContentsView::RenderViewCreated(RenderViewHost* host) {
|
|
|