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

Unified Diff: components/component_updater/configurator_impl.cc

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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: components/component_updater/configurator_impl.cc
diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc
index fb8f1dbf30442176f235fdc8b983becb94b6c673..407da85963535e8b92165663e5404ab45f0d8f5c 100644
--- a/components/component_updater/configurator_impl.cc
+++ b/components/component_updater/configurator_impl.cc
@@ -4,6 +4,8 @@
#include "components/component_updater/configurator_impl.h"
+#include <stddef.h>
+
#include <algorithm>
#include "base/command_line.h"
« no previous file with comments | « components/component_updater/component_updater_service_internal.h ('k') | components/component_updater/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698