summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/create_application_shortcut_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/create_application_shortcut_view.h')
-rw-r--r--chrome/browser/ui/views/create_application_shortcut_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.h b/chrome/browser/ui/views/create_application_shortcut_view.h
index 8e7eb77..c5d1e64 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.h
+++ b/chrome/browser/ui/views/create_application_shortcut_view.h
@@ -60,7 +60,7 @@ class CreateApplicationShortcutView : public views::DialogDelegateView,
protected:
// Adds a new check-box as a child to the view.
- views::Checkbox* AddCheckbox(const std::wstring& text, bool checked);
+ views::Checkbox* AddCheckbox(const string16& text, bool checked);
// Profile in which the shortcuts will be created.
Profile* profile_;