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

Unified Diff: net/base/load_timing_info_test_util.h

Issue 649763002: git cl format the second third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/load_timing_info_test_util.h
diff --git a/net/base/load_timing_info_test_util.h b/net/base/load_timing_info_test_util.h
index 5c2fd172a77d4f4c4846af2b7d43d594fb9d207c..33589af67aafc97de2c354fedaa3da1f8ed75614 100644
--- a/net/base/load_timing_info_test_util.h
+++ b/net/base/load_timing_info_test_util.h
@@ -13,8 +13,8 @@ namespace net {
// be non-null.
enum ConnectTimeFlags {
CONNECT_TIMING_HAS_CONNECT_TIMES_ONLY = 0,
- CONNECT_TIMING_HAS_DNS_TIMES = 1 << 0,
- CONNECT_TIMING_HAS_SSL_TIMES = 1 << 1,
+ CONNECT_TIMING_HAS_DNS_TIMES = 1 << 0,
+ CONNECT_TIMING_HAS_SSL_TIMES = 1 << 1,
davidben 2014/10/10 20:24:16 No action: loses some alignment, but I think eithe
};
// Checks that all times in |connect_timing| are null.

Powered by Google App Engine
This is Rietveld 408576698