| Index: content/shell/browser/shell_aura.cc
|
| diff --git a/content/shell/browser/shell_aura.cc b/content/shell/browser/shell_aura.cc
|
| index 6d669639c0fbbacc896fbaefe9d7c3668824749a..ccaffb7344f985ce003982af9401da1edb15c30e 100644
|
| --- a/content/shell/browser/shell_aura.cc
|
| +++ b/content/shell/browser/shell_aura.cc
|
| @@ -198,7 +198,7 @@ void Shell::Close() {
|
| web_contents_.reset();
|
| }
|
|
|
| -void Shell::PlatformSetTitle(const string16& title) {
|
| +void Shell::PlatformSetTitle(const base::string16& title) {
|
| }
|
|
|
| } // namespace content
|
|
|