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

Unified Diff: ios/web/webui/url_data_manager_ios.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/web/webui/shared_resources_data_source_ios.cc ('k') | ios/web/webui/url_data_manager_ios.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/url_data_manager_ios.h
diff --git a/ios/web/webui/url_data_manager_ios.h b/ios/web/webui/url_data_manager_ios.h
index c23eda524aecb894ccdb7b7258c03c6cd89e26b8..c76b410aef094dd8f573982e0e8ffda33174cf4b 100644
--- a/ios/web/webui/url_data_manager_ios.h
+++ b/ios/web/webui/url_data_manager_ios.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/supports_user_data.h"
« no previous file with comments | « ios/web/webui/shared_resources_data_source_ios.cc ('k') | ios/web/webui/url_data_manager_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698