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

Unified Diff: chrome/browser/resources/md_user_manager/error_dialog.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_user_manager/error_dialog.js
diff --git a/chrome/browser/resources/md_user_manager/error_dialog.js b/chrome/browser/resources/md_user_manager/error_dialog.js
index 7794fa52e867703a0318434a5221568017619c9f..70d8acd9e2728d3c9a99c652db30bb1cca2c30b9 100644
--- a/chrome/browser/resources/md_user_manager/error_dialog.js
+++ b/chrome/browser/resources/md_user_manager/error_dialog.js
@@ -15,10 +15,7 @@ Polymer({
* The message shown in the dialog.
* @private {string}
*/
- message_: {
- type: String,
- value: ''
- }
+ message_: {type: String, value: ''}
},
/**

Powered by Google App Engine
This is Rietveld 408576698