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

Side by Side Diff: ui/file_manager/zip_archiver/unpacker/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
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="../css/passphrase.css">
5 <link rel="import" href="passphrase-dialog.html">
6 </head>
7 <body>
8 <passphrase-dialog></passphrase-dialog>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698