| Index: chrome/browser/sync/engine/syncapi_unittest.cc
|
| diff --git a/chrome/browser/sync/engine/syncapi_unittest.cc b/chrome/browser/sync/engine/syncapi_unittest.cc
|
| index 9ea1d228dc0cb71580bd732dd3dae5ecf92e86ae..532e020b1f96688c727ea873324869873b51f4b5 100644
|
| --- a/chrome/browser/sync/engine/syncapi_unittest.cc
|
| +++ b/chrome/browser/sync/engine/syncapi_unittest.cc
|
| @@ -16,6 +16,7 @@
|
| #include "base/scoped_temp_dir.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/stringprintf.h"
|
| +#include "base/tracked.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/password_manager/encryptor.h"
|
| @@ -134,7 +135,7 @@ int64 MakeServerNodeForType(UserShare* share,
|
| syncable::AddDefaultExtensionValue(model_type, &specifics);
|
| syncable::ScopedDirLookup dir(share->dir_manager.get(), share->name);
|
| EXPECT_TRUE(dir.good());
|
| - syncable::WriteTransaction trans(dir, syncable::UNITTEST, __FILE__, __LINE__);
|
| + syncable::WriteTransaction trans(dir, syncable::UNITTEST, FROM_HERE);
|
| // Attempt to lookup by nigori tag.
|
| std::string type_tag = syncable::ModelTypeToRootTag(model_type);
|
| syncable::Id node_id = syncable::Id::CreateFromServerId(type_tag);
|
|
|