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

Unified Diff: chrome/browser/storage/durable_storage_permission_context.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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: chrome/browser/storage/durable_storage_permission_context.h
diff --git a/chrome/browser/storage/durable_storage_permission_context.h b/chrome/browser/storage/durable_storage_permission_context.h
index 7f30302abd2dcb45a4aecc6fb7db3f93ebeb6bbc..69ffeb8c6f5dc47385e078b0ab91ccb7e43c19f0 100644
--- a/chrome/browser/storage/durable_storage_permission_context.h
+++ b/chrome/browser/storage/durable_storage_permission_context.h
@@ -7,6 +7,7 @@
#include <vector>
+#include "base/macros.h"
#include "chrome/browser/permissions/permission_context_base.h"
#include "components/bookmarks/browser/bookmark_model.h"

Powered by Google App Engine
This is Rietveld 408576698