 Chromium Code Reviews
 Chromium Code Reviews Issue 647883002:
  git cl format the final third of the net/base directory  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 647883002:
  git cl format the final third of the net/base directory  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: net/base/load_states.h | 
| diff --git a/net/base/load_states.h b/net/base/load_states.h | 
| index e0915bacbe35b7c5104e8fbf10e7d0970ad60137..6fc83d4bac964ea93672c085207ede75f4c950ca 100644 | 
| --- a/net/base/load_states.h | 
| +++ b/net/base/load_states.h | 
| @@ -13,7 +13,7 @@ namespace net { | 
| // may be blocked and unable to make progress. | 
| enum LoadState { | 
| -#define LOAD_STATE(label) LOAD_STATE_ ## label, | 
| +#define LOAD_STATE(label) LOAD_STATE_##label, | 
| #include "net/base/load_states_list.h" | 
| #undef LOAD_STATE |