| Index: content/shell/browser/shell_gtk.cc
|
| diff --git a/content/shell/browser/shell_gtk.cc b/content/shell/browser/shell_gtk.cc
|
| index 66d17ce7c85bee3b0889662f170071b663cd298f..3d2580a1a5eee3ca5cba9608f18095e382ec88f3 100644
|
| --- a/content/shell/browser/shell_gtk.cc
|
| +++ b/content/shell/browser/shell_gtk.cc
|
| @@ -335,7 +335,7 @@ gboolean Shell::OnReloadKeyPressed(GtkAccelGroup* accel_group,
|
| return TRUE;
|
| }
|
|
|
| -void Shell::PlatformSetTitle(const string16& title) {
|
| +void Shell::PlatformSetTitle(const base::string16& title) {
|
| if (headless_)
|
| return;
|
|
|
|
|