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/bookmarks/test/bookmark_test_helpers.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/bookmarks/test/bookmark_test_helpers.cc
diff --git a/components/bookmarks/test/bookmark_test_helpers.cc b/components/bookmarks/test/bookmark_test_helpers.cc
index b10afa67d17137941556e20ac1d3786370f50092..18a7a9f9e20a618a86d46085c4b1cf11d60dbbd0 100644
--- a/components/bookmarks/test/bookmark_test_helpers.cc
+++ b/components/bookmarks/test/bookmark_test_helpers.cc
@@ -4,6 +4,8 @@
#include "components/bookmarks/test/bookmark_test_helpers.h"
+#include <stddef.h>
+
#include "base/callback.h"
#include "base/logging.h"
#include "base/macros.h"
« no previous file with comments | « components/bookmarks/managed/managed_bookmarks_tracker.cc ('k') | components/bookmarks/test/test_bookmark_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698