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

Unified Diff: components/update_client/crx_downloader.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 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
« no previous file with comments | « components/update_client/component_unpacker.cc ('k') | components/update_client/crx_downloader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/crx_downloader.cc
diff --git a/components/update_client/crx_downloader.cc b/components/update_client/crx_downloader.cc
index a3419fd77f65f423994858ce93aaf3bd0e3dee9e..6a0b142a1496342490c16c59df3c40a0b2e087be 100644
--- a/components/update_client/crx_downloader.cc
+++ b/components/update_client/crx_downloader.cc
@@ -9,6 +9,7 @@
#include "base/logging.h"
#include "base/sequenced_task_runner.h"
#include "base/thread_task_runner_handle.h"
+#include "build/build_config.h"
#include "components/update_client/url_fetcher_downloader.h"
#if defined(OS_WIN)
« no previous file with comments | « components/update_client/component_unpacker.cc ('k') | components/update_client/crx_downloader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698