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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_interface.h

Issue 14493009: drive: Rename DriveScheduler to JobScheduler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indent Created 7 years, 8 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/drive/drive_file_system_interface.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_interface.h b/chrome/browser/chromeos/drive/drive_file_system_interface.h
index 98ca5877f10c13b5ca131cb38c74baba617a4094..2099688ecef7a7e1267ce81506041a04de4faaa9 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_interface.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_interface.h
@@ -336,7 +336,7 @@ class DriveFileSystemInterface {
// GetEntryInfoByResourceId.
// The currently the running task is identified by file path on drive,
// so this method takes it as a task identifier.
- // Note that we will moving tha task managing into DriveScheduler, and
+ // Note that we will moving tha task managing into JobScheduler, and
// currently it is planned to use some task ID at that time.
// Once it is done, we can use the ID from this method.
// Also note that the interface looks a little bit weird because the task
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system.cc ('k') | chrome/browser/chromeos/drive/drive_file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698