| Index: content/port/browser/web_contents_view_port.h
|
| diff --git a/content/port/browser/web_contents_view_port.h b/content/port/browser/web_contents_view_port.h
|
| index 12c3083ba887129c5a237410ba0f4566b865e8c2..fef0b3c909a57f8f8d655f96126c792fc9fede5f 100644
|
| --- a/content/port/browser/web_contents_view_port.h
|
| +++ b/content/port/browser/web_contents_view_port.h
|
| @@ -35,7 +35,7 @@ class CONTENT_EXPORT WebContentsViewPort : public WebContentsView {
|
| // is not strictly necessary and isn't expected to be displayed anywhere, but
|
| // can aid certain debugging tools such as Spy++ on Windows where you are
|
| // trying to find a specific window.
|
| - virtual void SetPageTitle(const string16& title) = 0;
|
| + virtual void SetPageTitle(const base::string16& title) = 0;
|
|
|
| // Invoked when the WebContents is notified that the RenderView has been
|
| // fully created.
|
|
|