summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_android.cc')
-rw-r--r--content/shell/browser/shell_android.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_android.cc b/content/shell/browser/shell_android.cc
index 5cea4c1..b11ba37 100644
--- a/content/shell/browser/shell_android.cc
+++ b/content/shell/browser/shell_android.cc
@@ -60,7 +60,7 @@ void Shell::PlatformResizeSubViews() {
// Not needed; subviews are bound.
}
-void Shell::PlatformSetTitle(const string16& title) {
+void Shell::PlatformSetTitle(const base::string16& title) {
NOTIMPLEMENTED();
}