| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index 4605e4a822ef0e653f72b9ff35c2fc67fbf50864..764747949d801e7543f587e6f794fde3b090e990 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -467,7 +467,7 @@ class BrowsingDataRemover : public KeyedService
|
| bool waiting_for_clear_autofill_origin_urls_ = false;
|
| bool waiting_for_clear_cache_ = false;
|
| bool waiting_for_clear_channel_ids_ = false;
|
| - bool waiting_for_clear_content_licenses_ = false;
|
| + bool waiting_for_clear_flash_content_licenses_ = false;
|
| // Non-zero if waiting for cookies to be cleared.
|
| int waiting_for_clear_cookies_count_ = 0;
|
| bool waiting_for_clear_domain_reliability_monitor_ = false;
|
|
|