Index: chrome/browser/task_manager/task_manager_interface.h |
diff --git a/chrome/browser/task_manager/task_manager_interface.h b/chrome/browser/task_manager/task_manager_interface.h |
index 70c5956c68d7de2ce74e6ecc651a4743ac9785dc..e8faa916cc22c04809376d27414e56ee8c5d1a23 100644 |
--- a/chrome/browser/task_manager/task_manager_interface.h |
+++ b/chrome/browser/task_manager/task_manager_interface.h |
@@ -117,7 +117,7 @@ class TaskManagerInterface { |
virtual const base::string16& GetTitle(TaskId task_id) const = 0; |
// Returns the canonicalized name of the task with |task_id| that can be used |
- // to represent this task in a Rappor sample via RapporService. |
+ // to represent this task in a Rappor sample via RapporServiceImpl. |
virtual const std::string& GetTaskNameForRappor(TaskId task_id) const = 0; |
// Returns the name of the profile associated with the browser context of the |