Index: chrome/browser/sync/internal_api/base_node.h |
diff --git a/chrome/browser/sync/internal_api/base_node.h b/chrome/browser/sync/internal_api/base_node.h |
index 8759966e219c1de6046bb302bfef9ecf350e95bf..a2286c3e0f32efae11ceed5a2b5621539b7b2de4 100644 |
--- a/chrome/browser/sync/internal_api/base_node.h |
+++ b/chrome/browser/sync/internal_api/base_node.h |
@@ -73,8 +73,8 @@ class BaseNode { |
// different ID value. |
virtual int64 GetId() const; |
- // Returns the modification time of the object (in TimeTicks internal format). |
- int64 GetModificationTime() const; |
+ // Returns the modification time of the object. |
+ const base::Time& GetModificationTime() const; |
// Nodes are hierarchically arranged into a single-rooted tree. |
// InitByRootLookup on ReadNode allows access to the root. GetParentId is |