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

Unified Diff: ios/chrome/browser/about_flags.h

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
« no previous file with comments | « ios/chrome/app/safe_mode_util_unittest.cc ('k') | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/about_flags.h
diff --git a/ios/chrome/browser/about_flags.h b/ios/chrome/browser/about_flags.h
index a89dfa5283e18b55dd3fbfe2afc882a5106fd9b8..a9fdcc56b48205eae13b8a7c0cef0334e3324ef1 100644
--- a/ios/chrome/browser/about_flags.h
+++ b/ios/chrome/browser/about_flags.h
@@ -8,6 +8,8 @@
#ifndef IOS_CHROME_BROWSER_ABOUT_FLAGS_H_
#define IOS_CHROME_BROWSER_ABOUT_FLAGS_H_
+#include <stddef.h>
+
#include "components/flags_ui/flags_state.h"
namespace base {
« no previous file with comments | « ios/chrome/app/safe_mode_util_unittest.cc ('k') | ios/chrome/browser/about_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698