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

Unified Diff: components/cryptauth/raw_eid_generator_impl.cc

Issue 2847233003: [EasyUnlock] Move DataWithTimestamp out of ForegroundEidGenerator so it can be shared. (Closed)
Patch Set: Created 3 years, 8 months 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/cryptauth/raw_eid_generator_impl.cc
diff --git a/components/cryptauth/raw_eid_generator_impl.cc b/components/cryptauth/raw_eid_generator_impl.cc
index 4273a422f5275e7313663a71252bf967b865fbcd..171078a16c729bf9de4393cb30e87d02f2be3532 100644
--- a/components/cryptauth/raw_eid_generator_impl.cc
+++ b/components/cryptauth/raw_eid_generator_impl.cc
@@ -4,6 +4,8 @@
#include "components/cryptauth/raw_eid_generator_impl.h"
+#include <cstring>
Kyle Horimoto 2017/04/28 22:19:17 Remove.
Tim Song 2017/04/29 01:07:50 Done.
+
#include "base/sys_byteorder.h"
#include "crypto/sha2.h"

Powered by Google App Engine
This is Rietveld 408576698