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

Unified Diff: components/proximity_auth/screenlock_bridge.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years 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: components/proximity_auth/screenlock_bridge.cc
diff --git a/components/proximity_auth/screenlock_bridge.cc b/components/proximity_auth/screenlock_bridge.cc
index 835317dc08d245f7c356d1244f395acf5ab844a4..8a6b21ba8dcb78fcf7f78eadedbd2ddd43fc6576 100644
--- a/components/proximity_auth/screenlock_bridge.cc
+++ b/components/proximity_auth/screenlock_bridge.cc
@@ -5,6 +5,7 @@
#include "components/proximity_auth/screenlock_bridge.h"
#include "base/strings/string16.h"
+#include "build/build_config.h"
#include "components/proximity_auth/logging/logging.h"
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698