Index: src/wp-admin/user-edit.php
===================================================================
--- src/wp-admin/user-edit.php	(revision 34625)
+++ src/wp-admin/user-edit.php	(working copy)
@@ -374,6 +374,21 @@
 		</select>
 	</td>
 </tr>
+	<?php if( IS_PROFILE_PAGE ) : ?>
+<tr class="user-profile-picture">
+	<th><?php _e( 'Profile Picture' ) ?></th>
+	<td>
+		<?php
+		echo get_avatar( $user_id );
+
+		/* translators: %s: link to Gravatar.  */
+		$gravatar_link = sprintf( '<a href="%s">Gravatar</a>', __( 'https://en.gravatar.com/' ) ); ?>
+
+		<p class="description"><?php printf( __( 'You can change your profile picture on %s.' ), $gravatar_link ); ?></p>
+
+	</td>
+</tr>
+ <?php endif; ?>
 </table>
 
 <h2><?php _e( 'Contact Info' ); ?></h2>
