| Index: chrome/browser/sync/abstract_profile_sync_service_test.cc
 | 
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.cc b/chrome/browser/sync/abstract_profile_sync_service_test.cc
 | 
| index 366230b5c823459a20eb1f1a467acaa4ea1b455c..f7c5f66ebd6fb7d22795b5cd6805b8e42aeb6eff 100644
 | 
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.cc
 | 
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.cc
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "chrome/browser/sync/abstract_profile_sync_service_test.h"
 | 
|  
 | 
| +#include "base/tracked.h"
 | 
|  #include "chrome/browser/sync/engine/syncapi.h"
 | 
|  #include "chrome/browser/sync/protocol/sync.pb.h"
 | 
|  #include "chrome/browser/sync/syncable/directory_manager.h"
 | 
| @@ -47,7 +48,7 @@ bool ProfileSyncServiceTestHelper::CreateRoot(
 | 
|  
 | 
|    std::string tag_name = GetTagForType(model_type);
 | 
|  
 | 
| -  WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__);
 | 
| +  WriteTransaction wtrans(dir, UNITTEST, FROM_HERE);
 | 
|    MutableEntry node(&wtrans,
 | 
|                      CREATE,
 | 
|                      wtrans.root_id(),
 | 
| 
 |