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

Unified Diff: ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc

Issue 1544743002: Switch to standard integer types in ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
diff --git a/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc b/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
index 82f6fa184d0726d59c35bb13f7e4fe2e136d7bcf..9144a26bc7f9d3917839f4b9f2235517d2dc18d3 100644
--- a/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
+++ b/ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.cc
@@ -4,6 +4,8 @@
#include "ios/chrome/browser/sync/sessions/ios_chrome_local_session_event_router.h"
+#include <stddef.h>
+
#include "base/logging.h"
#include "components/history/core/browser/history_service.h"
#include "components/keyed_service/core/service_access_type.h"

Powered by Google App Engine
This is Rietveld 408576698