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

Unified Diff: net/base/load_timing_info_test_util.h

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/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,
};
// Checks that all times in |connect_timing| are null.
« no previous file with comments | « net/base/load_timing_info.cc ('k') | net/base/mime_sniffer.h » ('j') | net/base/mime_sniffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698