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

Unified Diff: components/cryptauth/eid_generator.cc

Issue 2611913002: Tweak CryptauthDeviceManager to store fetched BeaconSeed data in Base64URL encoding, and retrieve i… (Closed)
Patch Set: Fixing a comment. Created 3 years, 11 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/eid_generator.cc
diff --git a/components/cryptauth/eid_generator.cc b/components/cryptauth/eid_generator.cc
index d43581dbd8135dc3a10c88b7065539af3c9eff3a..72248f285aa07c020f2f2bcc63ccf0094d99e106 100644
--- a/components/cryptauth/eid_generator.cc
+++ b/components/cryptauth/eid_generator.cc
@@ -6,7 +6,6 @@
#include <cstring>
-#include "base/base64.h"
#include "base/memory/ptr_util.h"
#include "base/strings/string_util.h"
#include "base/sys_byteorder.h"
« no previous file with comments | « components/cryptauth/cryptauth_device_manager_unittest.cc ('k') | components/cryptauth/eid_generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698