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

Unified Diff: chrome/browser/sync/engine/syncer_util.h

Issue 351026: Remove context-based dependencies on SyncerSession from ApplyUpdatesCommand.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/browser/sync/engine/conflict_resolver.cc ('k') | chrome/browser/sync/engine/syncer_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer_util.h
===================================================================
--- chrome/browser/sync/engine/syncer_util.h (revision 30625)
+++ chrome/browser/sync/engine/syncer_util.h (working copy)
@@ -22,7 +22,6 @@
namespace browser_sync {
-class SyncerSession;
class SyncEntity;
class SyncerUtil {
@@ -55,12 +54,12 @@
static UpdateAttemptResponse AttemptToUpdateEntry(
syncable::WriteTransaction* const trans,
syncable::MutableEntry* const entry,
- SyncerSession* const session);
+ ConflictResolver* resolver);
static UpdateAttemptResponse AttemptToUpdateEntryWithoutMerge(
syncable::WriteTransaction* const trans,
syncable::MutableEntry* const entry,
- SyncerSession* const session, syncable::Id* const conflicting_id);
+ syncable::Id* const conflicting_id);
// Pass in name to avoid redundant UTF8 conversion.
static void UpdateServerFieldsFromUpdate(
« no previous file with comments | « chrome/browser/sync/engine/conflict_resolver.cc ('k') | chrome/browser/sync/engine/syncer_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698