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

Unified Diff: net/base/expiring_cache_unittest.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: net/base/expiring_cache_unittest.cc
diff --git a/net/base/expiring_cache_unittest.cc b/net/base/expiring_cache_unittest.cc
index 74b069dd8d826da1ef7f22e2161ac52e45c8e988..744b85f4c4873b84dfaf8319492cc0ae8b3be4b6 100644
--- a/net/base/expiring_cache_unittest.cc
+++ b/net/base/expiring_cache_unittest.cc
@@ -21,12 +21,13 @@ namespace net {
namespace {
const int kMaxCacheEntries = 10;
-typedef ExpiringCache<std::string, std::string, base::TimeTicks,
+typedef ExpiringCache<std::string,
+ std::string,
+ base::TimeTicks,
std::less<base::TimeTicks> > Cache;
struct TestFunctor {
- bool operator()(const std::string& now,
- const std::string& expiration) const {
+ bool operator()(const std::string& now, const std::string& expiration) const {
return now != expiration;
}
};
« no previous file with comments | « net/base/expiring_cache.h ('k') | net/base/file_stream.h » ('j') | net/base/mime_sniffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698