Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: sync/engine/syncer_util.h

Issue 533113002: Add test that checks function UpdateServerFieldsFromUpdate is working (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments that describes new tests Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sync/engine/syncer_util_unittest.cc » ('j') | sync/engine/syncer_util_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer_util.h
diff --git a/sync/engine/syncer_util.h b/sync/engine/syncer_util.h
index f39ad4b195ee75fd8dbf798cc7de49d85b960692..91483986275ed5a22da8efb4da7cec6f3d462f23 100644
--- a/sync/engine/syncer_util.h
+++ b/sync/engine/syncer_util.h
@@ -69,7 +69,7 @@ SYNC_EXPORT_PRIVATE std::string GetUniqueBookmarkTagFromUpdate(
const sync_pb::SyncEntity& update);
// Pass in name to avoid redundant UTF8 conversion.
-void UpdateServerFieldsFromUpdate(
+SYNC_EXPORT_PRIVATE void UpdateServerFieldsFromUpdate(
syncable::ModelNeutralMutableEntry* local_entry,
const sync_pb::SyncEntity& server_entry,
const std::string& name);
« no previous file with comments | « no previous file | sync/engine/syncer_util_unittest.cc » ('j') | sync/engine/syncer_util_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698