Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1715)

Unified Diff: chrome/browser/chromeos/gdata/gdata_wapi_parser.h

Issue 10911174: Remove const qualifiers from Drive/GData files to avoid compile errors on Mac buildbots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_parser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b3739b7cc1a2036de22cea42a75cd4711d317a27..cfc797c79a4b513e9539ca2553d2c626de5fa988 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_; }
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_parser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698