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

Unified Diff: chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc

Issue 10831363: Remove unnecessary gdata::, fix typos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for comment. Created 8 years, 4 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/gdata_download_observer.cc ('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_feed_loader.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc
index b33094616da0af145a3adec49f6cc56892beb369..313b6c11780d67cf3012e0ed55565f7446718a29 100644
--- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc
+++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc
@@ -623,7 +623,7 @@ void GDataWapiFeedLoader::OnGetDocuments(
ui_state->num_fetched_documents = num_accumulated_entries;
ui_state->feed_fetching_elapsed_time = base::TimeTicks::Now() - start_time;
- // Kick of the remaining part of the feeds.
+ // Kick off the remaining part of the feeds.
documents_service_->GetDocuments(
next_feed_url,
params->start_changestamp,
@@ -740,7 +740,7 @@ void GDataWapiFeedLoader::OnGetChangelist(
ui_state->num_fetched_documents = num_accumulated_entries;
ui_state->feed_fetching_elapsed_time = base::TimeTicks::Now() - start_time;
- // Kick of the remaining part of the feeds.
+ // Kick off the remaining part of the feeds.
documents_service_->GetChangelist(
current_feed->next_link(),
params->start_changestamp,
@@ -894,7 +894,7 @@ void GDataWapiFeedLoader::ContinueWithInitializedDirectoryService(
directory_service_->set_origin(REFRESHING);
}
- // Kick of the retrieval of the feed from server. If we have previously
+ // Kick off the retrieval of the feed from server. If we have previously
// |reported| to the original callback, then we just need to refresh the
// content without continuing search upon operation completion.
ReloadFromServerIfNeeded(initial_origin,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_download_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698