| Index: sync/test/engine/test_id_factory.h
|
| diff --git a/sync/test/engine/test_id_factory.h b/sync/test/engine/test_id_factory.h
|
| index 85781a72f8ee98fe6487759237ebd23553ed2053..33347297632af47b65f0bc59dffe93106f7988f7 100644
|
| --- a/sync/test/engine/test_id_factory.h
|
| +++ b/sync/test/engine/test_id_factory.h
|
| @@ -20,9 +20,7 @@ class TestIdFactory {
|
| ~TestIdFactory() {}
|
|
|
| // Get the root ID.
|
| - static syncable::Id root() {
|
| - return syncable::Id();
|
| - }
|
| + static syncable::Id root() { return syncable::Id::GetRoot(); }
|
|
|
| // Make an ID from a number. If the number is zero, return the root ID.
|
| // If the number is positive, create a server ID based on the value. If
|
|
|