commit | 6e1a22dbf2f897399d459f0e1a813decf02ff002 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Mon Dec 21 03:43:20 2015 |
committer | Commit bot <[email protected]> | Mon Dec 21 03:44:30 2015 |
tree | 1514d498779a6799f72b1f0310c7c54ec533494b | |
parent | 77bc325cc5c97ebff1d447ac972fd02e2aec4155 [diff] [blame] |
Switch to standard integer types in chromeos/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1540803002 Cr-Commit-Position: refs/heads/master@{#366324}
diff --git a/chromeos/cert_loader.h b/chromeos/cert_loader.h index 694ea31..a837e4d 100644 --- a/chromeos/cert_loader.h +++ b/chromeos/cert_loader.h
@@ -8,8 +8,8 @@ #include <string> #include <vector> -#include "base/basictypes.h" #include "base/compiler_specific.h" +#include "base/macros.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" #include "base/observer_list.h"