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

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

Issue 2648223003: Revert of Split BrowsingDataRemoverTest into two tests for Impl and Delegate. (Closed)
Patch Set: 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 9397d0468b83663676b96b00fa8c7aceac53e929..1e57134576c75e4ecd40e365c438eaa27eeefe16 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 @@
private:
// Testing the private RemovalTask.
- FRIEND_TEST_ALL_PREFIXES(BrowsingDataRemoverImplTest, MultipleTasks);
+ FRIEND_TEST_ALL_PREFIXES(BrowsingDataRemoverTest, 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,8 +155,7 @@
// removed.
//
// TODO(mkwst): See http://crbug.com/113621
- friend class BrowsingDataRemoverImplTest;
- friend class ChromeBrowsingDataRemoverDelegateTest;
+ friend class BrowsingDataRemoverTest;
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