Index: components/suggestions/proto/suggestions.proto |
diff --git a/components/suggestions/proto/suggestions.proto b/components/suggestions/proto/suggestions.proto |
index aaf5ef6ce813f7619f75be7c3244a86121ef59b8..cb40e632314555e68e010880e68a1d11f224b1f3 100644 |
--- a/components/suggestions/proto/suggestions.proto |
+++ b/components/suggestions/proto/suggestions.proto |
@@ -52,11 +52,11 @@ message SuggestionsBlacklist { |
repeated string urls = 1; |
} |
-// ThumbnailData contains the data to represent a website thumbnail. |
+// ImageData contains the data to represent a website image (e.g. thumbnail). |
// |
// Next tag: 3 |
-message ThumbnailData { |
- // The URL of the website represented by this Thumbnail. |
+message ImageData { |
+ // The URL of the website represented by this image. |
optional string url = 1; |
// Bitmap bytes, encoded as JPEG. |