Index: chrome/browser/sync/engine/apply_updates_command_unittest.cc |
diff --git a/chrome/browser/sync/engine/apply_updates_command_unittest.cc b/chrome/browser/sync/engine/apply_updates_command_unittest.cc |
old mode 100644 |
new mode 100755 |
index 795ca0084da05d2436e3493a1832060f234eafd9..4076bcbca2511d8c2ba60a059cb70da2b61426e9 |
--- a/chrome/browser/sync/engine/apply_updates_command_unittest.cc |
+++ b/chrome/browser/sync/engine/apply_updates_command_unittest.cc |
@@ -47,7 +47,7 @@ class ApplyUpdatesCommandTest : public testing::Test { |
ASSERT_TRUE(entry.good()); |
entry.Put(syncable::SERVER_VERSION, next_revision_++); |
entry.Put(syncable::IS_UNAPPLIED_UPDATE, true); |
- entry.Put(syncable::SERVER_NAME, item_id); |
+ |
entry.Put(syncable::SERVER_NON_UNIQUE_NAME, item_id); |
entry.Put(syncable::SERVER_PARENT_ID, Id::CreateFromServerId(parent_id)); |
entry.Put(syncable::SERVER_IS_DIR, true); |