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

Unified Diff: components/policy/core/common/cloud/cloud_policy_store.cc

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/cloud_policy_store.cc
diff --git a/components/policy/core/common/cloud/cloud_policy_store.cc b/components/policy/core/common/cloud/cloud_policy_store.cc
index f254b9cf11a9e846fd99d80c6f58916d25a9eead..2544536f5aa5bd27a92f5286e4c6c56f6618d138 100644
--- a/components/policy/core/common/cloud/cloud_policy_store.cc
+++ b/components/policy/core/common/cloud/cloud_policy_store.cc
@@ -23,7 +23,7 @@ CloudPolicyStore::~CloudPolicyStore() {
void CloudPolicyStore::Store(
const enterprise_management::PolicyFetchResponse& policy,
- int64 invalidation_version) {
+ int64_t invalidation_version) {
invalidation_version_ = invalidation_version;
Store(policy);
}
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_store.h ('k') | components/policy/core/common/cloud/cloud_policy_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698