Index: src/wp-admin/user-edit.php
===================================================================
--- src/wp-admin/user-edit.php	(revision 34995)
+++ src/wp-admin/user-edit.php	(working copy)
@@ -437,6 +437,19 @@
 	<p class="description"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></p></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 ); ?>
+		<p class="description"><?php printf(
+			/* translators: %s: Gravatar URL */
+			__( 'You can change your profile picture on <a href="%s">Gravatar</a>.' ), __( 'https://en.gravatar.com/' ) );
+		?></p>
+	</td>
+</tr>
+<?php endif; ?>
+
 <?php
 /**
  * Filter the display of the password fields.
