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

Unified Diff: components/test_runner/blink_test_platform_support_mac.mm

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/test_runner/blink_test_platform_support_mac.mm
diff --git a/components/test_runner/blink_test_platform_support_mac.mm b/components/test_runner/blink_test_platform_support_mac.mm
index e0150d67ebeaa1b1c31c61d2388d9124fbe707b9..0406326bac0cc9ae3811f24550a844b43e6478ca 100644
--- a/components/test_runner/blink_test_platform_support_mac.mm
+++ b/components/test_runner/blink_test_platform_support_mac.mm
@@ -5,6 +5,7 @@
#include "base/command_line.h"
#include "base/logging.h"
#include "base/mac/bundle_locations.h"
+#include "base/macros.h"
#include "base/path_service.h"
#include "components/test_runner/blink_test_platform_support.h"
« no previous file with comments | « components/test_runner/blink_test_platform_support_linux.cc ('k') | components/test_runner/blink_test_platform_support_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698