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

Unified Diff: components/precache/content/precache_manager_unittest.cc

Issue 2061303003: Precache should cancel when there is user traffic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 5 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
Index: components/precache/content/precache_manager_unittest.cc
diff --git a/components/precache/content/precache_manager_unittest.cc b/components/precache/content/precache_manager_unittest.cc
index 27b167f31548ca8d25aba396be7d9e3e356e1944..5eff2203891dcc2869c77f8ae64239c2a58a8690 100644
--- a/components/precache/content/precache_manager_unittest.cc
+++ b/components/precache/content/precache_manager_unittest.cc
@@ -147,6 +147,8 @@ class PrecacheManagerUnderTest : public PrecacheManager {
bool control_group_;
};
+} // namespace
Raj 2016/07/06 18:28:23 Moving PrecacheManagerTest out of anonymous namesp
+
class PrecacheManagerTest : public testing::Test {
public:
PrecacheManagerTest()
@@ -523,6 +525,4 @@ TEST_F(PrecacheManagerTest, DeleteExpiredPrecacheHistory) {
ContainerEq(expected_histogram_count_map));
}
-} // namespace
-
} // namespace precache

Powered by Google App Engine
This is Rietveld 408576698