| 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_; }
|
|
|
| // Get a list of links available for this AppIcon.
|
| const ScopedVector<Link>& links() const { return links_; }
|
|
|