| Index: chrome/browser/sync/glue/session_change_processor.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/session_change_processor.cc (revision 102184)
|
| +++ chrome/browser/sync/glue/session_change_processor.cc (working copy)
|
| @@ -244,7 +244,7 @@
|
| StartObserving();
|
| return;
|
| }
|
| - const base::Time& mtime = sync_node.GetModificationTime();
|
| + const int64 mtime = sync_node.GetModificationTime();
|
| // Model associator handles foreign session update and add the same.
|
| session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
|
| }
|
|
|