Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1347)

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_impl.h

Issue 2641853002: Split BrowsingDataRemoverTest into two tests for Impl and Delegate. (Closed)
Patch Set: Updated year Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_remover_impl.h
diff --git a/chrome/browser/browsing_data/browsing_data_remover_impl.h b/chrome/browser/browsing_data/browsing_data_remover_impl.h
index 1e57134576c75e4ecd40e365c438eaa27eeefe16..9397d0468b83663676b96b00fa8c7aceac53e929 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_impl.h
+++ b/chrome/browser/browsing_data/browsing_data_remover_impl.h
@@ -147,7 +147,7 @@ class BrowsingDataRemoverImpl :
private:
// Testing the private RemovalTask.
- FRIEND_TEST_ALL_PREFIXES(BrowsingDataRemoverTest, MultipleTasks);
+ FRIEND_TEST_ALL_PREFIXES(BrowsingDataRemoverImplTest, MultipleTasks);
// The BrowsingDataRemover tests need to be able to access the implementation
// of Remove(), as it exposes details that aren't yet available in the public
@@ -155,7 +155,8 @@ class BrowsingDataRemoverImpl :
// removed.
//
// TODO(mkwst): See http://crbug.com/113621
- friend class BrowsingDataRemoverTest;
+ friend class BrowsingDataRemoverImplTest;
+ friend class ChromeBrowsingDataRemoverDelegateTest;
friend class BrowsingDataRemoverFactory;
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698