<link rel="import" href="file-drop-behavior.html">
<link rel="import" href="file-button-behavior.html">
<script>
'use strict';
Chat.FileInputBehavior = [Chat.FileDropBehavior,Chat.FileButtonBehavior];
</script>