Index: sync/internal_api/http_bridge.cc |
diff --git a/sync/internal_api/http_bridge.cc b/sync/internal_api/http_bridge.cc |
index e5729f2dcf26f66552ee1fc02262a4d7dcc6258b..04e339ce6a5ad2e81318203e7b5ece435ebe4735 100644 |
--- a/sync/internal_api/http_bridge.cc |
+++ b/sync/internal_api/http_bridge.cc |
@@ -62,9 +62,9 @@ void RecordSyncResponseContentLengthHistograms(int64 compressed_content_length, |
// ----------------------------------------------------------------------------- |
// The rest of the code in the anon namespace is copied from |
-// components/metrics/compression_utils.cc |
+// components/compression/compression_utils.cc |
// TODO(gangwu): crbug.com/515695. The following code is copied from |
-// components/metrics/compression_utils.cc. We copied them because if we |
+// components/compression/compression_utils.cc. We copied them because if we |
// reference them, we will get cycle dependency warning. Once the functions |
// have been moved from //component to //base, we can remove the following |
// functions. |