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

Unified Diff: base/sha1.h

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too 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 | « base/sequenced_task_runner_helpers.h ('k') | base/sha1_portable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sha1.h
diff --git a/base/sha1.h b/base/sha1.h
index 998cccba8d4fbc7a96fe2a1be90180854728298f..902e3013318d501a7a7df6983ef75d3661d3e419 100644
--- a/base/sha1.h
+++ b/base/sha1.h
@@ -5,6 +5,8 @@
#ifndef BASE_SHA1_H_
#define BASE_SHA1_H_
+#include <stddef.h>
+
#include <string>
#include "base/base_export.h"
« no previous file with comments | « base/sequenced_task_runner_helpers.h ('k') | base/sha1_portable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698