diff options
Diffstat (limited to 'sync/internal_api/http_bridge_unittest.cc')
-rw-r--r-- | sync/internal_api/http_bridge_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/http_bridge_unittest.cc b/sync/internal_api/http_bridge_unittest.cc index 24fc6cd..4ea4e70 100644 --- a/sync/internal_api/http_bridge_unittest.cc +++ b/sync/internal_api/http_bridge_unittest.cc @@ -27,9 +27,9 @@ const base::FilePath::CharType kDocRoot[] = // ----------------------------------------------------------------------------- // 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 codes are 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. |