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

Side by Side Diff: ui/file_manager/zip_archiver/html/passphrase.html

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. Created 3 years, 8 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="../css/passphrase.css"> 4 <link rel="stylesheet" href="../css/passphrase.css">
5 <link rel="import" href="passphrase-dialog.html"> 5 <link rel="import" href="passphrase-dialog.html">
6 </head> 6 </head>
7 <body> 7 <body>
8 <passphrase-dialog></passphrase-dialog> 8 <passphrase-dialog></passphrase-dialog>
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/html/compressor.html ('k') | ui/file_manager/zip_archiver/html/passphrase-dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698