Index: chrome/browser/apps/shortcut_manager.cc |
diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc |
index 0cc6f8e21adf3d890de24ace9b8872cabf22425a..4d4630549f95df3c03e2ffcc6a060a59c486d82d 100644 |
--- a/chrome/browser/apps/shortcut_manager.cc |
+++ b/chrome/browser/apps/shortcut_manager.cc |
@@ -126,7 +126,7 @@ void AppShortcutManager::Observe(int type, |
base::Callback<void(const ShellIntegration::ShortcutInfo&)> |
create_or_update; |
if (installed_info->is_update) { |
- string16 old_title = UTF8ToUTF16(installed_info->old_name); |
+ base::string16 old_title = UTF8ToUTF16(installed_info->old_name); |
create_or_update = base::Bind(&web_app::UpdateAllShortcuts, |
old_title); |
} else { |