Index: chrome/browser/sync/glue/data_type_manager_mock.cc |
=================================================================== |
--- chrome/browser/sync/glue/data_type_manager_mock.cc (revision 94142) |
+++ chrome/browser/sync/glue/data_type_manager_mock.cc (working copy) |
@@ -9,7 +9,7 @@ |
namespace browser_sync { |
DataTypeManagerMock::DataTypeManagerMock() |
- : result_(OK, syncable::ModelTypeSet()) { |
+ : result_(OK, FROM_HERE, syncable::ModelTypeSet()) { |
// By default, calling Configure will send a SYNC_CONFIGURE_START |
// and SYNC_CONFIGURE_DONE notification with a DataTypeManager::OK |