diff options
Diffstat (limited to 'content/shell/browser/shell_android.cc')
-rw-r--r-- | content/shell/browser/shell_android.cc | 2 |
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(); } |