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

Unified Diff: components/sync_driver/sync_util.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
Index: components/sync_driver/sync_util.cc
diff --git a/components/sync_driver/sync_util.cc b/components/sync_driver/sync_util.cc
index e0b0c8dd013a33f4513592b25338d10d76dbd970..c56b1525bf0f669956ca7a94a7be1fad6068e29f 100644
--- a/components/sync_driver/sync_util.cc
+++ b/components/sync_driver/sync_util.cc
@@ -6,6 +6,7 @@
#include "base/command_line.h"
#include "base/logging.h"
+#include "build/build_config.h"
#include "components/sync_driver/sync_driver_switches.h"
#include "url/gurl.h"
« no previous file with comments | « components/sync_driver/sync_stopped_reporter_unittest.cc ('k') | components/sync_driver/system_encryptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698