Index: components/rappor/log_uploader.h |
diff --git a/components/rappor/log_uploader.h b/components/rappor/log_uploader.h |
index a6dc8bada082ef94af47fd7f489b852ac185002e..55e53202ef7fd8cc0fb202aba1522f56f1e7e9f2 100644 |
--- a/components/rappor/log_uploader.h |
+++ b/components/rappor/log_uploader.h |
@@ -24,9 +24,9 @@ class URLFetcher; |
namespace rappor { |
-// Uploads logs from RapporService. Logs are passed in via QueueLog(), stored |
-// internally, and uploaded one at a time. A queued log will be uploaded at a |
-// fixed interval after the successful upload of the previous logs. If an |
+// Uploads logs from RapporServiceImpl. Logs are passed in via QueueLog(), |
+// stored internally, and uploaded one at a time. A queued log will be uploaded |
+// at a fixed interval after the successful upload of the previous logs. If an |
// upload fails, the uploader will keep retrying the upload with an exponential |
// backoff interval. |
class LogUploader : public net::URLFetcherDelegate, |