| Index: components/quirks/quirks_client.cc
|
| diff --git a/components/quirks/quirks_client.cc b/components/quirks/quirks_client.cc
|
| index 17ca7416e25e825b3f16750711341fd99b8e09b9..25963a2ca66574b6725224747de9967d9cf8e866 100644
|
| --- a/components/quirks/quirks_client.cc
|
| +++ b/components/quirks/quirks_client.cc
|
| @@ -58,9 +58,8 @@ QuirksClient::QuirksClient(int64_t product_id,
|
| : product_id_(product_id),
|
| on_request_finished_(on_request_finished),
|
| manager_(manager),
|
| - icc_path_(
|
| - manager->delegate()->GetDownloadDisplayProfileDirectory().Append(
|
| - IdToFileName(product_id))),
|
| + icc_path_(manager->delegate()->GetDisplayProfileDirectory().Append(
|
| + IdToFileName(product_id))),
|
| backoff_entry_(&kDefaultBackoffPolicy),
|
| weak_ptr_factory_(this) {}
|
|
|
|
|