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

Unified Diff: extensions/shell/browser/shell_update_query_params_delegate.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/shell/browser/shell_update_query_params_delegate.h
diff --git a/extensions/shell/browser/shell_update_query_params_delegate.h b/extensions/shell/browser/shell_update_query_params_delegate.h
index 39887e6ac677490980af76afb8a786a1577a0b51..90e499b9d7d088a02dbd5f423b14685b25560dcb 100644
--- a/extensions/shell/browser/shell_update_query_params_delegate.h
+++ b/extensions/shell/browser/shell_update_query_params_delegate.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "components/update_client/update_query_params_delegate.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698