| Index: components/sync/core/write_node.cc
|
| diff --git a/components/sync/core/write_node.cc b/components/sync/core/write_node.cc
|
| index 0977234702cbce013978ddd190d8df1375a17d00..1a621f4bb97ecc9a91320087c06edcd7065c9436 100644
|
| --- a/components/sync/core/write_node.cc
|
| +++ b/components/sync/core/write_node.cc
|
| @@ -24,8 +24,8 @@ using std::vector;
|
|
|
| namespace syncer {
|
|
|
| -using syncable::kEncryptedString;
|
| -using syncable::SPECIFICS;
|
| +using syncer::syncable::kEncryptedString;
|
| +using syncer::syncable::SPECIFICS;
|
|
|
| static const char kDefaultNameForNewNodes[] = " ";
|
|
|
|
|