Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_wapi_parser.h |
| diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_parser.h b/chrome/browser/chromeos/gdata/gdata_wapi_parser.h |
| index 4751afebd63a49569d1c2de0b7000bd5129f46ce..18d3cf349da06305c0f7416d2d8fb886de060c60 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_wapi_parser.h |
| +++ b/chrome/browser/chromeos/gdata/gdata_wapi_parser.h |
| @@ -272,7 +272,7 @@ class AppIcon { |
| IconCategory category() const { return category_; } |
| // Size in pixels of one side of the icon (icons are always square). |
| - const int icon_side_length() const { return icon_side_length_; } |
| + int icon_side_length() const { return icon_side_length_; } |
|
satorux1
2012/09/07 17:22:32
I'd suggest to make changes like this in a separat
nhiroki
2012/09/10 07:17:38
I made a separate patch (http://codereview.chromiu
|
| // Get a list of links available for this AppIcon. |
| const ScopedVector<Link>& links() const { return links_; } |