Index: chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc |
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc |
index 1e13c51fc02343fc5fcf22d2b555ee226ee0accc..0161bd1bcf05fc19c3736967891f13c186bb0916 100644 |
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc |
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc |
@@ -126,7 +126,7 @@ void TabContentsViewTouch::StartDragging(const WebDropData& drop_data, |
// TODO(anicolao): implement dragging |
} |
-void TabContentsViewTouch::SetPageTitle(const std::wstring& title) { |
+void TabContentsViewTouch::SetPageTitle(const string16& title) { |
// TODO(anicolao): figure out if there's anything useful to do here |
} |