Index: chrome/browser/sync/sync_status_ui_helper.h |
=================================================================== |
--- chrome/browser/sync/sync_status_ui_helper.h (revision 30060) |
+++ chrome/browser/sync/sync_status_ui_helper.h (working copy) |
@@ -24,8 +24,8 @@ |
// Create status and link labels for the current status labels and link text |
// by querying |service|. |
static MessageType GetLabels(ProfileSyncService* service, |
- std::wstring* status_label, |
- std::wstring* link_label); |
+ string16* status_label, |
+ string16* link_label); |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(SyncStatusUIHelper); |
}; |