summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_sync_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/app_sync_bundle.h')
-rw-r--r--chrome/browser/extensions/app_sync_bundle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/app_sync_bundle.h b/chrome/browser/extensions/app_sync_bundle.h
index 11e0dd9..f917d8f 100644
--- a/chrome/browser/extensions/app_sync_bundle.h
+++ b/chrome/browser/extensions/app_sync_bundle.h
@@ -47,8 +47,8 @@ class AppSyncBundle : public SyncBundle {
syncer::SyncChange CreateSyncChangeToDelete(const Extension* extension) const;
// Process the sync deletion of the given application.
- void ProcessDeletion(
- std::string extension_id, const syncer::SyncChange& sync_change);
+ void ProcessDeletion(const std::string& extension_id,
+ const syncer::SyncChange& sync_change);
// Create a sync change based on |sync_data|.
syncer::SyncChange CreateSyncChange(const syncer::SyncData& sync_data);