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

Unified Diff: components/policy/core/common/cloud/resource_cache.h

Issue 1543423002: Switch to standard integer types in components/policy/. (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
Index: components/policy/core/common/cloud/resource_cache.h
diff --git a/components/policy/core/common/cloud/resource_cache.h b/components/policy/core/common/cloud/resource_cache.h
index d6dbbab6f043b9ff71d7c4774deac7c9e6046f6a..fd06513f9e05ddbb070217d6b26cdda59aa3f1b6 100644
--- a/components/policy/core/common/cloud/resource_cache.h
+++ b/components/policy/core/common/cloud/resource_cache.h
@@ -9,9 +9,9 @@
#include <set>
#include <string>
-#include "base/basictypes.h"
#include "base/callback_forward.h"
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "components/policy/policy_export.h"

Powered by Google App Engine
This is Rietveld 408576698