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

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

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependency problem 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
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_; }

Powered by Google App Engine
This is Rietveld 408576698