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

Unified Diff: ios/web/public/test/test_web_state.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
« no previous file with comments | « ios/web/public/test/test_web_state.h ('k') | ios/web/public/user_agent.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/test_web_state.cc
diff --git a/ios/web/public/test/test_web_state.cc b/ios/web/public/test/test_web_state.cc
index a06498261e99cd31a49458617c19689c0fc00f14..9fddf3e0eb9253df2e350d9d81fe70ba2a703f90 100644
--- a/ios/web/public/test/test_web_state.cc
+++ b/ios/web/public/test/test_web_state.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdint.h>
+
#include "ios/web/public/test/test_web_state.h"
namespace web {
« no previous file with comments | « ios/web/public/test/test_web_state.h ('k') | ios/web/public/user_agent.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698