| Index: sync/internal_api/base_node.cc
|
| diff --git a/sync/internal_api/base_node.cc b/sync/internal_api/base_node.cc
|
| index 7563d02a9ed2055bf36bdd4b3b333754288d2c31..911bc6a322454fd4191a10c1bc46dd1dde590872 100644
|
| --- a/sync/internal_api/base_node.cc
|
| +++ b/sync/internal_api/base_node.cc
|
| @@ -25,11 +25,12 @@
|
| #include "sync/syncable/syncable_id.h"
|
| #include "sync/util/time.h"
|
|
|
| -using syncable::SPECIFICS;
|
| using sync_pb::AutofillProfileSpecifics;
|
|
|
| namespace syncer {
|
|
|
| +using syncable::SPECIFICS;
|
| +
|
| // Helper function to look up the int64 metahandle of an object given the ID
|
| // string.
|
| static int64 IdToMetahandle(syncable::BaseTransaction* trans,
|
|
|