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

Unified Diff: chrome/browser/google_apis/drive_api_url_generator.h

Issue 12229002: Misc cleanups in Drive code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/google_apis/drive_api_url_generator.h
diff --git a/chrome/browser/google_apis/drive_api_url_generator.h b/chrome/browser/google_apis/drive_api_url_generator.h
index 0e7fd4428cb3764219c9feaf17664fa8655837c9..c1990d3ca48243a1a8ec588733c2aa721f52021e 100644
--- a/chrome/browser/google_apis/drive_api_url_generator.h
+++ b/chrome/browser/google_apis/drive_api_url_generator.h
@@ -45,7 +45,7 @@ class DriveApiUrlGenerator {
GURL GetFilelistUrl(
const GURL& override_url, const std::string& search_string) const;
- // Returns a URL to fecth a file content.
+ // Returns a URL to fetch a file content.
GURL GetFileUrl(const std::string& file_id) const;
// Returns a URL to trash a resource with the given |resource_id|.

Powered by Google App Engine
This is Rietveld 408576698