 Chromium Code Reviews
 Chromium Code Reviews Issue 1538743002:
  Switch to standard integer types in base/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1538743002:
  Switch to standard integer types in base/.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: base/lazy_instance.cc | 
| diff --git a/base/lazy_instance.cc b/base/lazy_instance.cc | 
| index 594c1fee4ffef91b5f4f8358de280412f78562a5..54680655a2a639455cfebebc8c6c2edbbf742776 100644 | 
| --- a/base/lazy_instance.cc | 
| +++ b/base/lazy_instance.cc | 
| @@ -6,7 +6,6 @@ | 
| #include "base/at_exit.h" | 
| #include "base/atomicops.h" | 
| -#include "base/basictypes.h" | 
| #include "base/threading/platform_thread.h" | 
| namespace base { |