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

Unified Diff: rlz/win/lib/registry_util.h

Issue 1547683004: Switch to standard integer types in rlz/. (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 | « rlz/win/lib/process_info.cc ('k') | rlz/win/lib/rlz_lib_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/win/lib/registry_util.h
diff --git a/rlz/win/lib/registry_util.h b/rlz/win/lib/registry_util.h
index 1065233fe56864ab3290fe2865cc79137a86dd1f..19445161d53359663faf70eb45d971ac49aa19c9 100644
--- a/rlz/win/lib/registry_util.h
+++ b/rlz/win/lib/registry_util.h
@@ -5,6 +5,8 @@
#ifndef RLZ_WIN_LIB_REGISTRY_UTIL_H_
#define RLZ_WIN_LIB_REGISTRY_UTIL_H_
+#include <stddef.h>
+
namespace base {
namespace win {
class RegKey;
« no previous file with comments | « rlz/win/lib/process_info.cc ('k') | rlz/win/lib/rlz_lib_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698