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

Unified Diff: rlz/lib/crc8_unittest.cc

Issue 1547683004: Switch to standard integer types in rlz/. (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 | « rlz/chromeos/lib/rlz_value_store_chromeos.cc ('k') | rlz/lib/financial_ping.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/crc8_unittest.cc
diff --git a/rlz/lib/crc8_unittest.cc b/rlz/lib/crc8_unittest.cc
index 48892429d9d1471cf6e7c3c44ee7d1e28bef144a..2a2f5f08b5435a36d51c9b16f4c90a9c19bbce28 100644
--- a/rlz/lib/crc8_unittest.cc
+++ b/rlz/lib/crc8_unittest.cc
@@ -4,6 +4,8 @@
//
// Uniitest for data encryption functions.
+#include <stddef.h>
+
#include "base/logging.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « rlz/chromeos/lib/rlz_value_store_chromeos.cc ('k') | rlz/lib/financial_ping.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698