summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/gdata_wapi_parser.h
diff options
context:
space:
mode:
authorkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 06:05:38 +0000
committerkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 06:05:38 +0000
commitfba5954e1bcae0cb8dcf6a1d8fecd9aa3acdcae1 (patch)
tree3e9782c24fbb3557fe6023b32345da25e6e74897 /chrome/browser/google_apis/gdata_wapi_parser.h
parent75c2a71a583947f0764e064be2e8d39274765d2a (diff)
downloadchromium_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.h2
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).