Index: chrome/common/favicon/favicon_url_parser.h |
diff --git a/chrome/common/favicon/favicon_url_parser.h b/chrome/common/favicon/favicon_url_parser.h |
index 46eed9b99edf83642be7e8daadd7b7216f88434b..d7de77080a89e455c09ee6dbc8e18becba9fd981 100644 |
--- a/chrome/common/favicon/favicon_url_parser.h |
+++ b/chrome/common/favicon/favicon_url_parser.h |
@@ -19,8 +19,8 @@ struct ParsedFaviconPath { |
// The size of the requested favicon in dip. |
int size_in_dip; |
- // The scale factor of the requested favicon. |
- float scale_factor; |
+ // The device scale factor of the requested favicon. |
+ float device_scale_factor; |
// The index of the first character (relative to the path) where the the URL |
// from which the favicon is being requested is located. |