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

Unified Diff: chrome/browser/sync/glue/session_model_associator.h

Issue 10911073: NOT FOR COMMIT: Add DeviceInfo type and ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix several issues Created 8 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
Index: chrome/browser/sync/glue/session_model_associator.h
diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h
index 76a1fb8f1a2e9cc95b79b0bea99efe0b6af78eef..2608283978e97975ff4f25ac737e4d8104cbbe6f 100644
--- a/chrome/browser/sync/glue/session_model_associator.h
+++ b/chrome/browser/sync/glue/session_model_associator.h
@@ -43,6 +43,7 @@ namespace syncer {
class BaseTransaction;
class ReadNode;
class WriteTransaction;
+struct UserShare;
} // namespace syncer
namespace sync_pb {
@@ -386,7 +387,7 @@ class SessionModelAssociator
}
// Initializes the tag corresponding to this machine.
- void InitializeCurrentMachineTag(syncer::WriteTransaction* trans);
+ void InitializeCurrentMachineTag(syncer::UserShare* share);
// Initializes the user visible name for this session
void InitializeCurrentSessionName();
« no previous file with comments | « chrome/browser/sync/glue/model_association_manager.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