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

Unified Diff: src/platform/vboot_reference/vfirmware/firmware_image.c

Issue 2255006: StatefulMem* functions should be library functions. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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: src/platform/vboot_reference/vfirmware/firmware_image.c
diff --git a/src/platform/vboot_reference/vfirmware/firmware_image.c b/src/platform/vboot_reference/vfirmware/firmware_image.c
index 84e37341cf9bf43d07c24aa6eaae67c9b9c1c3b9..f4c31ad2db399a3ccb12e91e5afa6acc4f42f823 100644
--- a/src/platform/vboot_reference/vfirmware/firmware_image.c
+++ b/src/platform/vboot_reference/vfirmware/firmware_image.c
@@ -15,7 +15,7 @@
#include "cryptolib.h"
#include "file_keys.h"
#include "signature_digest.h"
-#include "utility.h"
+#include "stateful_util.h"
/* Macro to determine the size of a field structure in the FirmwareImage
* structure. */

Powered by Google App Engine
This is Rietveld 408576698