Index: components/sync/core/base_node.h |
diff --git a/components/sync/core/base_node.h b/components/sync/core/base_node.h |
index 6a362ef98257965d9fad1cfa961d86f94858b83c..8a4a7745daf7e1285f01a7ece947945bf44ff614 100644 |
--- a/components/sync/core/base_node.h |
+++ b/components/sync/core/base_node.h |
@@ -175,7 +175,7 @@ class BaseNode { |
int GetPositionIndex() const; |
// Returns this item's attachment ids. |
- const syncer::AttachmentIdList GetAttachmentIds() const; |
+ const AttachmentIdList GetAttachmentIds() const; |
// Returns a base::DictionaryValue serialization of this node. |
base::DictionaryValue* ToValue() const; |