summaryrefslogtreecommitdiffstats
path: root/sync/api
diff options
context:
space:
mode:
authorskym <skym@chromium.org>2015-12-01 10:45:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-01 18:46:23 +0000
commit7734c78e2c03f3324fcb3eb3e18d3727b8cbe298 (patch)
tree4cd9003c78a356996befc69980789d268037024b /sync/api
parent120054e4b5962e033ab9800f5ef304f85f2bceca (diff)
downloadchromium_src-7734c78e2c03f3324fcb3eb3e18d3727b8cbe298.zip
chromium_src-7734c78e2c03f3324fcb3eb3e18d3727b8cbe298.tar.gz
chromium_src-7734c78e2c03f3324fcb3eb3e18d3727b8cbe298.tar.bz2
[Sync] GetClientTag implementation for device info.
BUG=543405 Review URL: https://codereview.chromium.org/1484073003 Cr-Commit-Position: refs/heads/master@{#362461}
Diffstat (limited to 'sync/api')
-rw-r--r--sync/api/model_type_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/api/model_type_service.h b/sync/api/model_type_service.h
index aa798f5..6ae8bd3 100644
--- a/sync/api/model_type_service.h
+++ b/sync/api/model_type_service.h
@@ -65,7 +65,7 @@ class SYNC_EXPORT ModelTypeService {
virtual void GetAllData(DataCallback callback) = 0;
// Get or generate a client tag for |entity_data|.
- virtual std::string GetClientTag(const EntityData* entity_data) = 0;
+ virtual std::string GetClientTag(const EntityData& entity_data) = 0;
// TODO(skym): See crbug/547087, do we need all these accessors?
syncer_v2::ModelTypeChangeProcessor* change_processor();