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

Unified Diff: sync/internal_api/user_share.cc

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
« no previous file with comments | « sync/internal_api/test/test_user_share.cc ('k') | sync/internal_api/write_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/user_share.cc
diff --git a/sync/internal_api/user_share.cc b/sync/internal_api/user_share.cc
index 1a3736d2e44c2914c77490c16a9d88fe77033080..079d9aacd670e9d20a897df567aed7d39f6d4ac8 100644
--- a/sync/internal_api/user_share.cc
+++ b/sync/internal_api/user_share.cc
@@ -12,4 +12,8 @@ UserShare::UserShare() {}
UserShare::~UserShare() {}
+std::string UserShare::cache_guid() {
+ return directory->cache_guid();
+}
+
} // namespace syncer
« no previous file with comments | « sync/internal_api/test/test_user_share.cc ('k') | sync/internal_api/write_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698