Index: chrome/browser/sync/engine/syncapi.h |
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h |
index 122bd3476882f7025641c5a4a651ce8e51505e84..e869e5eefecd436525ad3c496d60036016c239e5 100644 |
--- a/chrome/browser/sync/engine/syncapi.h |
+++ b/chrome/browser/sync/engine/syncapi.h |
@@ -205,7 +205,7 @@ class BaseNode { |
// Returns the title of the object. |
// Uniqueness of the title is not enforced on siblings -- it is not an error |
// for two children to share a title. |
- std::wstring GetTitle() const; |
+ std::string GetTitle() const; |
// Returns the model type of this object. The model type is set at node |
// creation time and is expected never to change. |