summaryrefslogtreecommitdiffstats
path: root/sync/engine/process_updates_command_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/process_updates_command_unittest.cc')
-rw-r--r--sync/engine/process_updates_command_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/process_updates_command_unittest.cc b/sync/engine/process_updates_command_unittest.cc
index 7e88e62..e36af92 100644
--- a/sync/engine/process_updates_command_unittest.cc
+++ b/sync/engine/process_updates_command_unittest.cc
@@ -27,8 +27,8 @@ class ProcessUpdatesCommandTest : public SyncerCommandTest {
make_scoped_refptr(new FakeModelWorker(GROUP_UI)));
workers()->push_back(
make_scoped_refptr(new FakeModelWorker(GROUP_DB)));
- (*mutable_routing_info())[syncable::BOOKMARKS] = GROUP_UI;
- (*mutable_routing_info())[syncable::AUTOFILL] = GROUP_DB;
+ (*mutable_routing_info())[syncer::BOOKMARKS] = GROUP_UI;
+ (*mutable_routing_info())[syncer::AUTOFILL] = GROUP_DB;
SyncerCommandTest::SetUp();
}