Index: chrome/browser/sync/internal_api/base_node.h |
=================================================================== |
--- chrome/browser/sync/internal_api/base_node.h (revision 102184) |
+++ chrome/browser/sync/internal_api/base_node.h (working copy) |
@@ -73,8 +73,8 @@ |
// different ID value. |
virtual int64 GetId() const; |
- // Returns the modification time of the object. |
- const base::Time& GetModificationTime() const; |
+ // Returns the modification time of the object (in TimeTicks internal format). |
+ int64 GetModificationTime() const; |
// Nodes are hierarchically arranged into a single-rooted tree. |
// InitByRootLookup on ReadNode allows access to the root. GetParentId is |