Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Side by Side Diff: chrome/browser/resources/gaia_auth/success.html

Issue 10440061: Remaining style fixes from http://codereview.chromium.org/10443024/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head>
3 <meta charset="utf-8">
4 </head>
2 <html> 5 <html>
3 <script src="util.js"></script> 6 <script src="util.js"></script>
4 <script src="success.js"></script> 7 <script src="success.js"></script>
csilv 2012/05/25 23:39:19 move scripts to <head> block
zel 2012/05/25 23:46:43 Done.
5 <body></body> 8 <body></body>
6 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698