Index: chrome/browser/sync/glue/bookmark_model_associator.h |
diff --git a/chrome/browser/sync/glue/bookmark_model_associator.h b/chrome/browser/sync/glue/bookmark_model_associator.h |
index 22820313dd5b0cee8f362eccea7ff27d573c4912..400b98e1f78590122b250c87786a5c27357809aa 100644 |
--- a/chrome/browser/sync/glue/bookmark_model_associator.h |
+++ b/chrome/browser/sync/glue/bookmark_model_associator.h |
@@ -116,7 +116,7 @@ class BookmarkModelAssociator |
// user's share. For example, "other_bookmarks" is the tag for the Other |
// Bookmarks folder. The sync nodes are server-created. |
bool AssociateTaggedPermanentNode(const BookmarkNode* permanent_node, |
- const std::string& tag); |
+ const std::string& tag) WARN_UNUSED_RESULT; |
// Compare the properties of a pair of nodes from either domain. |
bool NodesMatch(const BookmarkNode* bookmark, |