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

Unified Diff: components/os_crypt/os_crypt.h

Issue 1548993002: Switch to standard integer types in base/strings/. (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 | « components/html_viewer/ime_controller.h ('k') | components/proximity_auth/webui/proximity_auth_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/os_crypt.h
diff --git a/components/os_crypt/os_crypt.h b/components/os_crypt/os_crypt.h
index a75ccf9a882b05c3dde9e7a161b19dab5dee7ff2..33e5b7146c0cba5f8412b6b359295ba9a8105160 100644
--- a/components/os_crypt/os_crypt.h
+++ b/components/os_crypt/os_crypt.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "base/strings/string16.h"
// The OSCrypt class gives access to simple encryption and decryption of
« no previous file with comments | « components/html_viewer/ime_controller.h ('k') | components/proximity_auth/webui/proximity_auth_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698