| 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 d49f191cbfc7505864913420f98e0d651bb0f37e..1e6cd8c920984cc99a735573392b5466d4032da8 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_; }
|
|
|