summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_view_qt.h
diff options
context:
space:
mode:
authorArvid Nilsson <anilsson@blackberry.com>2014-04-01 16:04:46 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-01 16:42:43 +0200
commitdb46baffab77cd546f16b4b4ccf09bc86d9ef208 (patch)
tree04ce816420c05f503b47285d437877acd03dce41 /src/core/web_contents_view_qt.h
parentd42b33cae9148f187daf266d67b8964d3e223a4c (diff)
Add the base qualifier where base::string16 is used
Be explicit about this since the "using base::string16" statement will be going away eventually. Change-Id: I292928345eec746bea04e15a3f25e46193704463 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/core/web_contents_view_qt.h')
-rw-r--r--src/core/web_contents_view_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/web_contents_view_qt.h b/src/core/web_contents_view_qt.h
index f53476172..a2059cd9b 100644
--- a/src/core/web_contents_view_qt.h
+++ b/src/core/web_contents_view_qt.h
@@ -75,7 +75,7 @@ public:
virtual content::RenderWidgetHostView* CreateViewForPopupWidget(content::RenderWidgetHost* render_widget_host) Q_DECL_OVERRIDE;
- virtual void SetPageTitle(const string16& title) Q_DECL_OVERRIDE { }
+ virtual void SetPageTitle(const base::string16& title) Q_DECL_OVERRIDE { }
virtual void RenderViewCreated(content::RenderViewHost* host) Q_DECL_OVERRIDE { QT_NOT_YET_IMPLEMENTED }