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

Unified Diff: extensions/common/features/feature_util.h

Issue 1543053002: Switch to standard integer types in extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-extensions-browser
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
Index: extensions/common/features/feature_util.h
diff --git a/extensions/common/features/feature_util.h b/extensions/common/features/feature_util.h
index b8d04fe84b2eef678b3176519b9c2739eb05c7d3..f8d60061e6205112be0cfeb7e4dcd33427ea8a35 100644
--- a/extensions/common/features/feature_util.h
+++ b/extensions/common/features/feature_util.h
@@ -7,6 +7,7 @@
#include "base/debug/alias.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/strings/string_util.h"
// Writes |message| to the stack so that it shows up in the minidump, then
« no previous file with comments | « extensions/common/features/feature_provider.cc ('k') | extensions/common/features/json_feature_provider_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698