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

Unified Diff: chrome/browser/sync/glue/generic_change_processor.cc

Issue 12315071: Revert 184352 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
Index: chrome/browser/sync/glue/generic_change_processor.cc
===================================================================
--- chrome/browser/sync/glue/generic_change_processor.cc (revision 184354)
+++ chrome/browser/sync/glue/generic_change_processor.cc (working copy)
@@ -352,7 +352,7 @@
}
}
}
- sync_node.SetTitle(base::UTF8ToWide(change.sync_data().GetTitle()));
+ sync_node.SetTitle(UTF8ToWide(change.sync_data().GetTitle()));
sync_node.SetEntitySpecifics(change.sync_data().GetSpecifics());
if (merge_result_.get()) {
merge_result_->set_num_items_added(
@@ -445,7 +445,7 @@
}
}
- sync_node.SetTitle(base::UTF8ToWide(change.sync_data().GetTitle()));
+ sync_node.SetTitle(UTF8ToWide(change.sync_data().GetTitle()));
sync_node.SetEntitySpecifics(change.sync_data().GetSpecifics());
if (merge_result_.get()) {
merge_result_->set_num_items_modified(
« no previous file with comments | « chrome/browser/sync/glue/bookmark_change_processor.cc ('k') | chrome/browser/sync/glue/session_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698