shill: Use integer types from stdint.h

This CL replaces the deprecated int* and uint* types from
'base/basictypes.h' with the int*_t and uint*_t types from 'stdint.h'.

BUG=chromium:401356
TEST=`USE='cellular gdmwimax wimax' FEATURES=test emerge-$BOARD platform2`

Change-Id: I3d4c195881203dd2a47dbb5af150b6c90b9c206e
Reviewed-on: https://chromium-review.googlesource.com/211770
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
Tested-by: Ben Chan <benchan@chromium.org>
diff --git a/wpa_supplicant.h b/wpa_supplicant.h
index 3521fb9..1bc6aea 100644
--- a/wpa_supplicant.h
+++ b/wpa_supplicant.h
@@ -145,7 +145,7 @@
   // extracted successfully, false otherwise.
   static bool ExtractRemoteCertification(
       const std::map<std::string, DBus::Variant> &properties,
-      std::string *subject, uint32 *depth);
+      std::string *subject, uint32_t *depth);
 };
 
 }  // namespace shill