diff options
Diffstat (limited to 'chrome/browser/browsing_data_remover.h')
-rw-r--r-- | chrome/browser/browsing_data_remover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h index 0257815..8e2bbf7 100644 --- a/chrome/browser/browsing_data_remover.h +++ b/chrome/browser/browsing_data_remover.h @@ -128,7 +128,7 @@ class BrowsingDataRemover : public content::NotificationObserver, private: // The clear API needs to be able to toggle removing_ in order to test that // only one BrowsingDataRemover instance can be called at a time. - FRIEND_TEST_ALL_PREFIXES(ExtensionApiTest, ClearOneAtATime); + FRIEND_TEST_ALL_PREFIXES(ExtensionClearTest, OneAtATime); enum CacheState { STATE_NONE, |