diff options
author | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 06:05:38 +0000 |
---|---|---|
committer | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 06:05:38 +0000 |
commit | fba5954e1bcae0cb8dcf6a1d8fecd9aa3acdcae1 (patch) | |
tree | 3e9782c24fbb3557fe6023b32345da25e6e74897 /chrome/browser/google_apis/gdata_wapi_parser.h | |
parent | 75c2a71a583947f0764e064be2e8d39274765d2a (diff) | |
download | chromium_src-fba5954e1bcae0cb8dcf6a1d8fecd9aa3acdcae1.zip chromium_src-fba5954e1bcae0cb8dcf6a1d8fecd9aa3acdcae1.tar.gz chromium_src-fba5954e1bcae0cb8dcf6a1d8fecd9aa3acdcae1.tar.bz2 |
Fix typo/style-nits/unused-constant in Drive code.
Most of them are just typos.
Only one semantic change is the removal of unused UploadMode::UPLOAD_INVALID.
After the previous patch the field is always initialzed.
So the special constant to mean uninitialized state is not needed.
BUG=none
Review URL: https://codereview.chromium.org/11573058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/google_apis/gdata_wapi_parser.h')
-rw-r--r-- | chrome/browser/google_apis/gdata_wapi_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/gdata_wapi_parser.h b/chrome/browser/google_apis/gdata_wapi_parser.h index cbc0c7f..962ec3c 100644 --- a/chrome/browser/google_apis/gdata_wapi_parser.h +++ b/chrome/browser/google_apis/gdata_wapi_parser.h @@ -459,7 +459,7 @@ class ResourceEntry : public FeedEntry { // The feed links contain extra links for revisions and access control, // etc. Note that links() contain more basic links like edit URL, - // alternatie URL, etc. + // alternative URL, etc. const ScopedVector<FeedLink>& feed_links() const { return feed_links_; } // File name (exists only for kinds FILE and PDF). |